~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-04-13 16:22:40 UTC
  • mfrom: (971.1.78 mordred)
  • Revision ID: brian@gaz-20090413162240-ugi3gvhofmcuglzl
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
                order.h \
270
270
                plugin.h \
271
271
                plugin_registry.h \
272
 
                plugin_registry_impl.h \
 
272
                plugin/applier.h \
273
273
                plugin/authentication.h \
274
274
                plugin/error_message_handler.h \
275
275
                plugin/logging_handler.h \
285
285
                query_id.h \
286
286
                registry.h \
287
287
                rename.h \
288
 
                replicator.h \
 
288
                transaction_services.h \
289
289
                scheduling.h \
290
290
                security_context.h \
291
291
                select_create.h \
355
355
        $(LTLIBDRIZZLE) $(LIBZ) $(LIBINTL) ${LIBC_P}
356
356
 
357
357
drizzled_LDADD = ${noinst_LTLIBRARIES} \
358
 
                 $(top_builddir)/drizzled/serialize/libserialize.la \
 
358
                 $(top_builddir)/drizzled/message/libdrizzledmessage.la \
359
359
                 @mysql_plugin_libs@ \
360
360
                 $(LDADD) $(LIBUUID) ${top_builddir}/gnulib/libgnu.la \
361
361
                 $(LIBDL_LIBS) $(LIBPROTOBUF) $(LIBPCRE) $(LIBTBB) \
568
568
                item.cc \
569
569
                key.cc \
570
570
                lock.cc \
571
 
                log.cc \
572
571
                logging.cc \
573
572
                lookup_symbol.cc \
574
573
                my_decimal.cc \
577
576
                opt_range.cc \
578
577
                opt_sum.cc \
579
578
                plugin_registry.cc \
580
 
                plugin_registry_impl.cc \
581
579
                protocol.cc \
582
580
                qcache.cc \
583
581
                query_id.cc \
584
582
                records.cc \
585
583
                rename.cc \
586
 
                replicator.cc \
587
 
                scheduling.cc \
 
584
                transaction_services.cc \
 
585
    scheduling.cc \
588
586
                session.cc \
589
587
                set_var.cc \
590
588
                show.cc \
591
589
                sj_tmp_table.cc \
592
590
                sql_base.cc \
 
591
                sql_bitmap.cc \
593
592
                sql_builtin.cc \
594
593
                sql_connect.cc \
595
594
                sql_delete.cc \