~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-12-11 08:52:18 UTC
  • mfrom: (670.1.11 devel)
  • Revision ID: brian@tangent.org-20081211085218-cpmznmzrflyd82j2
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
pkgplugindir =$(pkglibdir)/plugin
25
25
 
26
 
SUBDIRS = util field item serialize functions functions/str functions/time .
 
26
SUBDIRS = util field item functions functions/str functions/time .
27
27
 
28
28
sbin_PROGRAMS =drizzled
29
29
 
54
54
                authentication.h \
55
55
                base.h \
56
56
                cached_item.h \
 
57
                check_stack_overrun.h \
57
58
                client_settings.h \
 
59
                current_session.h \
58
60
                common.h \
59
61
                comp_creator.h \
60
62
                configvar.h \
87
89
                lex.h \
88
90
                lex_string.h \
89
91
                lex_symbol.h \
 
92
                lock.h \
90
93
                log_event.h \
91
94
                logging.h \
92
95
                log.h \
183
186
drizzled_LDFLAGS =
184
187
 
185
188
noinst_HEADERS = \
186
 
                common_includes.h \
187
189
                gettext.h \
188
190
                global.h \
189
191
                server_includes.h
191
193
drizzled_SOURCES = \
192
194
                authentication.cc \
193
195
                cached_item.cc \
 
196
                check_stack_overrun.cc \
194
197
                comp_creator.cc \
195
198
                configvar.cc \
 
199
                current_session.cc \
196
200
                db.cc \
197
201
                discover.cc \
198
202
                drizzled.cc \
207
211
                hybrid_type_traits.cc \
208
212
                hybrid_type_traits_decimal.cc \
209
213
                hybrid_type_traits_integer.cc \
210
 
                init.cc \
211
214
                item.cc \
212
215
                key.cc \
213
216
                key_map.cc \