diff options
author | acurtis@xiphis.org <> | 2005-12-21 14:58:03 -0800 |
---|---|---|
committer | acurtis@xiphis.org <> | 2005-12-21 14:58:03 -0800 |
commit | 0f8f444b8be51db1265a3c30a576c9e404b86071 (patch) | |
tree | 5a91c064f0e7c9b4a28ccc82366626ad854a955d /storage/example | |
parent | e2870b24c621ce28996d3316819283388a76d8f9 (diff) | |
download | mariadb-git-0f8f444b8be51db1265a3c30a576c9e404b86071.tar.gz |
Change for plugin storage engine to be built after mysqld
Diffstat (limited to 'storage/example')
-rw-r--r-- | storage/example/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/example/Makefile.am b/storage/example/Makefile.am index ad97866d73a..d5896946c5b 100644 --- a/storage/example/Makefile.am +++ b/storage/example/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_example.la ha_example_la_LDFLAGS = -module |