diff options
author | sasha@mysql.sashanet.com <> | 2002-03-30 16:24:30 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2002-03-30 16:24:30 -0700 |
commit | d3555002b7f9ce982375874e680e7feab68804e3 (patch) | |
tree | f611ec442ca101c4c2ac5d8133a9ddd352ae197b /libmysqld | |
parent | babb78c86934af24b371a58370a75dfce94aab27 (diff) | |
download | mariadb-git-d3555002b7f9ce982375874e680e7feab68804e3.tar.gz |
fix to make the compile work with --with-other-libc
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/examples/Makefile.am b/libmysqld/examples/Makefile.am index d9f9f05ae97..ecfcbccd322 100644 --- a/libmysqld/examples/Makefile.am +++ b/libmysqld/examples/Makefile.am @@ -11,7 +11,7 @@ DEFS = -DEMBEDDED_LIBRARY INCLUDES = -I$(top_srcdir)/include $(openssl_includes) \ -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/client LIBS = @LIBS@ -LDADD = ../libmysqld.a @innodb_system_libs@ @LIBDL@ $(CXXLDFLAGS) +LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysqld.a @innodb_system_libs@ @LIBDL@ $(CXXLDFLAGS) mysqltest_SOURCES = mysqltest.c |