~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Merged fix-headers work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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 \