1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

- Fix for bug #200 (added missing @WRAPLIBS@ to LIBS in

libmysqld/examples/Makefile.am (thanks to Christian Hammers from Debian
   for pointing this out)
This commit is contained in:
lenz@mysql.com
2003-03-31 14:50:29 +02:00
parent deca14ebde
commit 09c175a07a

View File

@ -10,7 +10,7 @@ link_sources:
DEFS = -DEMBEDDED_LIBRARY
INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include -I$(srcdir) \
-I$(top_srcdir) -I$(top_srcdir)/client $(openssl_includes)
LIBS = @LIBS@
LIBS = @LIBS@ @WRAPLIBS@
LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysqld.a @innodb_system_libs@ @LIBDL@ $(CXXLDFLAGS)
mysqltest_SOURCES = mysqltest.c