~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/str/Makefile.am

moving functions from item_strfunc to functions/str directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
AM_CPPFLAGS = ${GLOBAL_CPPFLAGS} ${PROTOBUF_CPPFLAGS}
19
19
 
20
20
libstrfunc_la_SOURCES = concat.cc \
 
21
                  replace.cc \
 
22
                  reverse.cc \
21
23
                  strfunc.cc
22
24
 
23
25
noinst_HEADERS = concat.h \
 
26
                 replace.h \
 
27
                 reverse.h \
24
28
                 strfunc.h
25
29
 
26
30
DEFS= -DDRIZZLE_SERVER @DEFS@