~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-11-17 07:23:53 UTC
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081117072353-tc8ykdsycno0cc5u
Split out a little more code. Removed table_list.h from common_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
                tableop_hooks.h \
178
178
                tmp_table.h \
179
179
                tzfile.h \
180
 
                tztime.h
 
180
                tztime.h \
 
181
                virtual_column_info.h
181
182
 
182
183
drizzled_SOURCES = \
183
184
                authentication.cc \
193
194
                field_conv.cc \
194
195
                field_iterator.cc \
195
196
                filesort.cc \
 
197
                ha_trx_info.cc \
196
198
                hybrid_type_traits.cc \
197
199
                hybrid_type_traits_decimal.cc \
198
200
                hybrid_type_traits_integer.cc \
266
268
                tztime.cc \
267
269
                uniques.cc \
268
270
                unireg.cc \
 
271
                virtual_column_info.cc \
269
272
                xid.cc
270
273
 
271
274
libhandler_la_SOURCES = handler.cc handlerton.cc