Use pkglibdir to simplify pkgplugindir, and fix the path in a

couple of Makefiles.  Continuation of the fix for bug#31736.
This commit is contained in:
jperkin/jonathan@chorlton.adsl.perkin.org.uk 2008-01-02 13:00:46 +00:00
commit e286ac998c
11 changed files with 11 additions and 12 deletions

View file

@ -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 \

View file

@ -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