mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
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:
parent
597dc9a8e1
commit
65c560e9b8
6 changed files with 7 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue