Change for plugin storage engine to be built after mysqld

Makefile.am:
  Change build order for plugins
config/ac-macros/storage.m4:
  Change build order for plugins
configure.in:
  Change build order for plugins
storage/Makefile.am:
  add csv and example to dist
storage/csv/Makefile.am:
  remove unneeded dep
storage/example/Makefile.am:
  remove unneeded dep
This commit is contained in:
unknown 2005-12-21 14:58:03 -08:00
commit 65c560e9b8
6 changed files with 7 additions and 9 deletions

View file

@ -26,9 +26,6 @@ INCLUDES = -I$(top_srcdir)/include \
-I$(srcdir)
WRAPLIBS=
$(top_builddir)/sql/sql_yacc.h: $(top_builddir)/sql/sql_yacc.yy
( cd $(top_builddir)/sql && $(MAKE) sql_yacc.cc )
pkglib_LTLIBRARIES = ha_csv.la
ha_csv_la_LDFLAGS = -module