~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-03-01 06:50:06 UTC
  • mto: (908.1.2 devel)
  • mto: This revision was merged to the branch mainline in revision 910.
  • Revision ID: mordred@inaugust.com-20090301065006-4gmh5ry1imnzhoed
First pass at refactoring plugins - factored out sql_map.

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
                opt_range.h \
265
265
                order.h \
266
266
                parser.h \
 
267
                Plugin_registry.h \
 
268
                Plugin_registry_impl.h \
267
269
                plugin.h \
268
270
                plugin_authentication.h \
269
271
                plugin_configvar.h \
574
576
                opt_range.cc \
575
577
                opt_sum.cc \
576
578
                parser.cc \
 
579
                Plugin_registry.cc \
 
580
                Plugin_registry_impl.cc \
577
581
                protocol.cc \
578
582
                qcache.cc \
579
583
                query_id.cc \