~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-11-25 02:31:14 UTC
  • Revision ID: brian@tangent.org-20081125023114-2f7sx8fye2jytgyw
Removed dead event structure pieces from replication.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
AM_CPPFLAGS = ${GLOBAL_CPPFLAGS} ${PROTOBUF_CPPFLAGS}
19
19
 
20
20
libtimefunc_la_SOURCES = \
 
21
                  add_time.cc \
21
22
                  curdate.cc \
22
23
                  curtime.cc \
23
24
                  date.cc \
 
25
                  date_format.cc \
24
26
                  dayname.cc \
25
27
                  dayofmonth.cc \
26
28
                  dayofyear.cc \
27
29
                  from_days.cc \
 
30
                  from_unixtime.cc \
 
31
                  get_format.cc \
28
32
                  hour.cc \
 
33
                  makedate.cc \
 
34
                  make_datetime_with_warn.cc \
 
35
                  make_datetime.cc \
 
36
                  maketime.cc \
 
37
                  make_time_with_warn.cc \
 
38
                  microsecond.cc \
29
39
                  minute.cc \
30
40
                  month.cc \
31
41
                  now.cc \
32
42
                  quarter.cc \
33
43
                  period_add.cc \
34
44
                  period_diff.cc \
 
45
                  sec_to_time.cc \
35
46
                  second.cc \
36
47
                  sysdate_local.cc \
 
48
                  timediff.cc \
 
49
                  timestamp_diff.cc \
37
50
                  time_to_sec.cc \
38
51
                  to_days.cc \
39
52
                  unix_timestamp.cc \
44
57
                  yearweek.cc
45
58
 
46
59
noinst_HEADERS = \
 
60
                 add_time.h \
47
61
                 curdate.h \
48
62
                 curtime.h \
49
63
                 date.h \
 
64
                 date_format.h \
50
65
                 dayname.h \
51
66
                 dayofmonth.h \
52
67
                 dayofyear.h \
53
68
                 from_days.h \
 
69
                 from_unixtime.h \
 
70
                 get_format.h \
54
71
                 hour.h \
 
72
                 makedate.h \
 
73
                 make_datetime_with_warn.h \
 
74
                 make_datetime.h \
 
75
                 maketime.h \
 
76
                 make_time_with_warn.h \
 
77
                 microsecond.h \
55
78
                 minute.h \
56
79
                 month.h \
57
80
                 now.h \
58
81
                 quarter.h \
59
82
                 period_add.h \
60
83
                 period_diff.h \
 
84
                 sec_to_time.h \
61
85
                 second.h \
62
86
                 sysdate_local.h \
63
87
                 str_timefunc.h \
 
88
                 timediff.h \
 
89
                 timestamp_diff.h \
64
90
                 time_to_sec.h \
65
91
                 to_days.h \
66
92
                 unix_timestamp.h \