~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-10-28 16:38:30 UTC
  • mfrom: (1193 staging)
  • mto: This revision was merged to the branch mainline in revision 1201.
  • Revision ID: mordred@inaugust.com-20091028163830-w4j0ntb3v3b4629n
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
                comp_creator.h \
47
47
                cost_vect.h \
48
48
                create_field.h \
49
 
                crc32.h \
50
49
                current_session.h \
51
50
                data_home.h \
52
51
                db.h \
267
266
                plugin.h \
268
267
                plugin/authentication.h \
269
268
                plugin/client.h \
270
 
                plugin/command_applier.h \
271
 
                plugin/command_reader.h \
272
 
                plugin/command_replicator.h \
273
269
                plugin/error_message.h \
274
270
                plugin/function.h \
275
271
                plugin/info_schema_table.h \
285
281
                plugin/registry.h \
286
282
                plugin/scheduler.h \
287
283
                plugin/storage_engine.h \
 
284
                plugin/transaction_applier.h \
 
285
                plugin/transaction_reader.h \
 
286
                plugin/transaction_replicator.h \
288
287
                probes.h \
289
288
                query_id.h \
290
289
                replication_services.h \
399
398
        $(LTLIBDRIZZLE) $(LIBZ) $(LIBINTL) ${LIBC_P}
400
399
 
401
400
drizzled_LDADD = ${noinst_LTLIBRARIES} \
 
401
                 $(top_builddir)/drizzled/hash/libhash.la \
402
402
                 $(top_builddir)/drizzled/message/libdrizzledmessage.la \
403
403
                 $(pandora_plugin_libs) \
404
404
                 $(LDADD) $(LIBUUID) ${top_builddir}/gnulib/libgnu.la \
422
422
                calendar.cc \
423
423
                check_stack_overrun.cc \
424
424
                comp_creator.cc \
425
 
                crc32.cc \
426
425
                create_field.cc \
427
426
                current_session.cc \
428
427
                diagnostics_area.cc \
613
612
                optimizer/key_field.cc \
614
613
                plugin/authentication.cc \
615
614
                plugin/client.cc \
616
 
                plugin/command_applier.cc \
617
 
                plugin/command_replicator.cc \
618
615
                plugin/error_message.cc \
619
616
                plugin/function.cc \
620
617
                plugin/info_schema_table.cc \
626
623
                plugin/query_cache.cc \
627
624
                plugin/registry.cc \
628
625
                plugin/scheduler.cc \
 
626
                plugin/transaction_applier.cc \
 
627
                plugin/transaction_replicator.cc \
629
628
                query_id.cc \
630
629
                records.cc \
631
630
                replication_services.cc \