summaryrefslogtreecommitdiff
path: root/storage/example
diff options
context:
space:
mode:
authorunknown <jperkin/jonathan@chorlton.adsl.perkin.org.uk>2008-01-02 13:00:46 +0000
committerunknown <jperkin/jonathan@chorlton.adsl.perkin.org.uk>2008-01-02 13:00:46 +0000
commitad367fe00a28d4d3b652900344597f6517fa8462 (patch)
treeb1dedaef1967d82e3895fb62bd42528e72bf2c0b /storage/example
parent92e31e96a2c6f2f98e77217534fcc3712e7b4fa5 (diff)
downloadmariadb-git-ad367fe00a28d4d3b652900344597f6517fa8462.tar.gz
Use pkglibdir to simplify pkgplugindir, and fix the path in a
couple of Makefiles. Continuation of the fix for bug#31736. libmysqld/Makefile.am: Use pkglibdir plugin/daemon_example/Makefile.am: Use pkglibdir plugin/fulltext/Makefile.am: Use pkglibdir scripts/Makefile.am: Use pkglibdir scripts/make_binary_distribution.sh: Update comment sql/Makefile.am: Use pkglibdir storage/archive/Makefile.am: Use pkglibdir storage/blackhole/Makefile.am: Use pkglibdir storage/example/Makefile.am: Use pkglibdir, fix pkgplugindir storage/federated/Makefile.am: Use pkglibdir storage/innobase/Makefile.am: Use pkglibdir, fix pkgplugindir
Diffstat (limited to 'storage/example')
-rw-r--r--storage/example/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/example/Makefile.am b/storage/example/Makefile.am
index bf121e70f29..4b2f165377c 100644
--- a/storage/example/Makefile.am
+++ b/storage/example/Makefile.am
@@ -19,7 +19,7 @@ MYSQLDATAdir = $(localstatedir)
MYSQLSHAREdir = $(pkgdatadir)
MYSQLBASEdir= $(prefix)
MYSQLLIBdir= $(pkglibdir)
-pkgplugindir = $(libdir)/@PACKAGE@/libdir
+pkgplugindir = $(pkglibdir)/plugin
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include \
-I$(top_srcdir)/regex \
-I$(top_srcdir)/sql \