~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-04-26 00:50:57 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: mordred@inaugust.com-20090426005057-a9dwo090ey166tiw
Removed the m4-based plugin system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
 
357
357
drizzled_LDADD = ${noinst_LTLIBRARIES} \
358
358
                 $(top_builddir)/drizzled/message/libdrizzledmessage.la \
359
 
                 $(mysql_plugin_libs) $(drizzled_plugin_libs) \
 
359
                 $(drizzled_plugin_libs) \
360
360
                 $(LDADD) $(LIBUUID) ${top_builddir}/gnulib/libgnu.la \
361
361
                 $(LIBDL_LIBS) $(LIBPROTOBUF) $(LIBPCRE) $(LIBTBB) \
362
362
                 $(DRIZZLED_PLUGIN_DEP_LIBS)
363
 
drizzled_DEPENDENCIES = @mysql_plugin_libs@ ${noinst_LTLIBRARIES}
 
363
drizzled_DEPENDENCIES= ${noinst_LTLIBRARIES} $(DRIZZLED_PLUGIN_DEP_LIBS)
364
364
 
365
365
drizzled_LDFLAGS =
366
366
 
582
582
                records.cc \
583
583
                rename.cc \
584
584
                transaction_services.cc \
585
 
    scheduling.cc \
 
585
                scheduling.cc \
586
586
                session.cc \
587
587
                set_var.cc \
588
588
                show.cc \
589
589
                sj_tmp_table.cc \
590
590
                sql_base.cc \
591
591
                sql_bitmap.cc \
592
 
                sql_builtin.cc \
593
592
                sql_connect.cc \
594
593
                sql_delete.cc \
595
594
                sql_derived.cc \