~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Re-org'd the replication stuff into slots.

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
                set_var.h \
297
297
                show.h \
298
298
                slot/authentication.h \
 
299
                slot/command_replicator.h \
 
300
                slot/command_applier.h \
299
301
                slot/error_message.h \
300
302
                slot/function.h \
301
303
                slot/info_schema.h \
616
618
                set_var.cc \
617
619
                show.cc \
618
620
                slot/authentication.cc \
 
621
                slot/command_replicator.cc \
 
622
                slot/command_applier.cc \
619
623
                slot/error_message.cc \
620
624
                slot/function.cc \
621
625
                slot/info_schema.cc \