maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #01477
bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2765)
#At lp:maria
2765 knielsen@xxxxxxxxxxxxxxx 2009-11-10
Fix double declaration of Makefile variable for FederatedX.
This eliminates a warning from Automake about the double declaration.
modified:
storage/federatedx/Makefile.am
=== modified file 'storage/federatedx/Makefile.am'
--- a/storage/federatedx/Makefile.am 2009-11-01 15:09:55 +0000
+++ b/storage/federatedx/Makefile.am 2009-11-10 13:55:48 +0000
@@ -22,7 +22,6 @@ pkgplugin_LTLIBRARIES = @plugin_federate
ha_federatedx_la_LDFLAGS = -module -rpath $(pkgplugindir)
ha_federatedx_la_CXXFLAGS= $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
ha_federatedx_la_CFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
-ha_federatedx_la_SOURCES = ha_federatedx.cc
EXTRA_LIBRARIES = libfederatedx.a