~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-04-07 20:09:30 UTC
  • mfrom: (971.1.17 mordred)
  • Revision ID: brian@gaz-20090407200930-27jkul7lkwkjs2to
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
                open_tables_state.h \
268
268
                opt_range.h \
269
269
                order.h \
270
 
                parser.h \
271
270
                plugin.h \
272
271
                plugin_registry.h \
273
272
                plugin_registry_impl.h \
274
273
                plugin/authentication.h \
275
 
                plugin/configvar.h \
276
274
                plugin/error_message_handler.h \
277
275
                plugin/logging_handler.h \
278
 
                plugin/parser.h \
279
276
                plugin/qcache.h \
280
277
                plugin/replicator.h \
281
278
                plugin/scheduler.h \
368
365
 
369
366
 
370
367
noinst_HEADERS = \
371
 
                configvar.h \
372
368
                gettext.h \
373
369
                global.h \
374
370
                server_includes.h \
381
377
                calendar.cc \
382
378
                check_stack_overrun.cc \
383
379
                comp_creator.cc \
384
 
                configvar.cc \
385
380
                current_session.cc \
386
381
                diagnostics_area.cc \
387
382
                drizzled.cc \
580
575
                natural_join_column.cc \
581
576
                opt_range.cc \
582
577
                opt_sum.cc \
583
 
                parser.cc \
584
578
                plugin_registry.cc \
585
579
                plugin_registry_impl.cc \
586
580
                protocol.cc \