~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-12-10 07:43:50 UTC
  • mto: (670.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: monty@inaugust.com-20081210074350-wi2y2piv23ko707h
Removed more stuff from the headers.

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 \
58
59
                current_session.h \
59
60
                common.h \
88
89
                lex.h \
89
90
                lex_string.h \
90
91
                lex_symbol.h \
 
92
                lock.h \
91
93
                log_event.h \
92
94
                logging.h \
93
95
                log.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 \
196
199
                current_session.cc \
208
211
                hybrid_type_traits.cc \
209
212
                hybrid_type_traits_decimal.cc \
210
213
                hybrid_type_traits_integer.cc \
211
 
                init.cc \
212
214
                item.cc \
213
215
                key.cc \
214
216
                key_map.cc \