diff options
author | unknown <acurtis@xiphis.org> | 2005-12-21 14:58:03 -0800 |
---|---|---|
committer | unknown <acurtis@xiphis.org> | 2005-12-21 14:58:03 -0800 |
commit | 65c560e9b836953bba66307268430f0faf50ca3c (patch) | |
tree | 5a91c064f0e7c9b4a28ccc82366626ad854a955d /storage/csv/Makefile.am | |
parent | 597dc9a8e19e61f072bdb78653113e3102898e69 (diff) | |
download | mariadb-git-65c560e9b836953bba66307268430f0faf50ca3c.tar.gz |
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
Diffstat (limited to 'storage/csv/Makefile.am')
-rw-r--r-- | storage/csv/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/csv/Makefile.am b/storage/csv/Makefile.am index df7749b599c..1d3c47bd650 100644 --- a/storage/csv/Makefile.am +++ b/storage/csv/Makefile.am @@ -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 |