~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

moving functions from item_timefunc to functions/time directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
libtimefunc_la_SOURCES = \
21
21
                  dayofmonth.cc \
22
22
                  dayofyear.cc \
 
23
                  hour.cc \
 
24
                  minute.cc \
 
25
                  month.cc \
 
26
                  quarter.cc \
23
27
                  period_add.cc \
24
28
                  period_diff.cc \
25
 
                  to_days.cc
 
29
                  second.cc \
 
30
                  to_days.cc \
 
31
                  week.cc \
 
32
                  week_mode.cc \
 
33
                  weekday.cc
26
34
 
27
35
noinst_HEADERS = \
 
36
                 dayofmonth.h \
28
37
                 dayofyear.h \
 
38
                 hour.h \
 
39
                 minute.h \
 
40
                 month.h \
 
41
                 quarter.h \
29
42
                 period_add.h \
30
43
                 period_diff.h \
31
 
                 to_days.h
 
44
                 second.h \
 
45
                 to_days.h \
 
46
                 week.h \
 
47
                 week_mode.h \
 
48
                 weekday.h
32
49
 
33
50
DEFS= -DDRIZZLE_SERVER @DEFS@