summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorjperkin/jonathan@chorlton.adsl.perkin.org.uk <>2008-01-02 13:00:46 +0000
committerjperkin/jonathan@chorlton.adsl.perkin.org.uk <>2008-01-02 13:00:46 +0000
commite286ac998c4225fbafb5016717a6bf8c979b314c (patch)
treeb1dedaef1967d82e3895fb62bd42528e72bf2c0b /plugin
parentf988a7e600b2eb997d0211ee0c9e7cb436fd260a (diff)
downloadmariadb-git-e286ac998c4225fbafb5016717a6bf8c979b314c.tar.gz
Use pkglibdir to simplify pkgplugindir, and fix the path in a
couple of Makefiles. Continuation of the fix for bug#31736.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/daemon_example/Makefile.am2
-rw-r--r--plugin/fulltext/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/daemon_example/Makefile.am b/plugin/daemon_example/Makefile.am
index 4256fecd873..c5414cd46c7 100644
--- a/plugin/daemon_example/Makefile.am
+++ b/plugin/daemon_example/Makefile.am
@@ -18,7 +18,7 @@ MYSQLDATAdir = $(localstatedir)
MYSQLSHAREdir = $(pkgdatadir)
MYSQLBASEdir= $(prefix)
MYSQLLIBdir= $(pkglibdir)
-pkgplugindir = $(libdir)/@PACKAGE@/plugin
+pkgplugindir = $(pkglibdir)/plugin
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include \
-I$(top_srcdir)/regex \
-I$(top_srcdir)/sql \
diff --git a/plugin/fulltext/Makefile.am b/plugin/fulltext/Makefile.am
index 2b9d075bae0..343416072dd 100644
--- a/plugin/fulltext/Makefile.am
+++ b/plugin/fulltext/Makefile.am
@@ -15,7 +15,7 @@
#Makefile.am example for a plugin
-pkgplugindir=$(libdir)/@PACKAGE@/plugin
+pkgplugindir=$(pkglibdir)/plugin
INCLUDES= -I$(top_builddir)/include -I$(top_srcdir)/include
#noinst_LTLIBRARIES= mypluglib.la
pkgplugin_LTLIBRARIES= mypluglib.la