summaryrefslogtreecommitdiff
path: root/storage/federated
diff options
context:
space:
mode:
authorjperkin/jonathan@chorlton.adsl.perkin.org.uk <>2008-03-06 15:13:14 +0000
committerjperkin/jonathan@chorlton.adsl.perkin.org.uk <>2008-03-06 15:13:14 +0000
commit2ebdd5ea2f2722974ca4c5280ad8d6b9a5d05c48 (patch)
treef4537a5c57fb557b3abaff08029182ee06bbe09e /storage/federated
parentb80f05181b7289b420ba8e6abef0791613caef1c (diff)
parentc98e000c6f7579ac687f2b2880eec99abe953219 (diff)
downloadmariadb-git-2ebdd5ea2f2722974ca4c5280ad8d6b9a5d05c48.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-build
into chorlton.adsl.perkin.org.uk:/Users/jonathan/mysql/bk/build/5.1
Diffstat (limited to 'storage/federated')
-rw-r--r--storage/federated/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/storage/federated/Makefile.am b/storage/federated/Makefile.am
index 287b2cb1696..64ea0207017 100644
--- a/storage/federated/Makefile.am
+++ b/storage/federated/Makefile.am
@@ -19,6 +19,7 @@ MYSQLDATAdir = $(localstatedir)
MYSQLSHAREdir = $(pkgdatadir)
MYSQLBASEdir= $(prefix)
MYSQLLIBdir= $(pkglibdir)
+pkgplugindir = $(pkglibdir)/plugin
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include \
-I$(top_srcdir)/regex \
-I$(top_srcdir)/sql \
@@ -32,8 +33,8 @@ DEFS = @DEFS@
noinst_HEADERS = ha_federated.h
EXTRA_LTLIBRARIES = ha_federated.la
-pkglib_LTLIBRARIES = @plugin_federated_shared_target@
-ha_federated_la_LDFLAGS = -module -rpath $(MYSQLLIBdir)
+pkgplugin_LTLIBRARIES = @plugin_federated_shared_target@
+ha_federated_la_LDFLAGS = -module -rpath $(pkgplugindir)
ha_federated_la_CXXFLAGS= $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
ha_federated_la_CFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
ha_federated_la_SOURCES = ha_federated.cc