mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Fix double declaration of Makefile variable for FederatedX.
This eliminates a warning from Automake about the double declaration.
This commit is contained in:
parent
de8380fd65
commit
0e91c2b2d4
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ pkgplugin_LTLIBRARIES = @plugin_federated_shared_target@
|
||||||
ha_federatedx_la_LDFLAGS = -module -rpath $(pkgplugindir)
|
ha_federatedx_la_LDFLAGS = -module -rpath $(pkgplugindir)
|
||||||
ha_federatedx_la_CXXFLAGS= $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
|
ha_federatedx_la_CXXFLAGS= $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
|
||||||
ha_federatedx_la_CFLAGS = $(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
|
EXTRA_LIBRARIES = libfederatedx.a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue