~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/Makefile.am

break out item_real_func into functions directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
noinst_LTLIBRARIES =    libfunctions.la
19
19
 
20
20
libfunctions_la_SOURCES = func.cc \
21
 
                          int.cc 
 
21
                          int.cc \
 
22
                          real.cc
22
23
 
23
24
noinst_HEADERS = func.h \
24
 
                 int.h
 
25
                 int.h \
 
26
                 real.h
25
27
        
26
28
 
27
29
DEFS= -DDRIZZLE_SERVER @DEFS@