diff options
author | hf@deer.(none) <> | 2003-06-17 21:32:31 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2003-06-17 21:32:31 +0500 |
commit | c4e3a624b87540794a579d3c48ad93bcaab8c634 (patch) | |
tree | 6f68559f6a79f53926e1432aa904b9520399b6a8 /libmysqld/examples | |
parent | f5bd6416debbf403bf03fe4b9899c022f447643b (diff) | |
download | mariadb-git-c4e3a624b87540794a579d3c48ad93bcaab8c634.tar.gz |
SCRUM
client capabilities included into libmysqld
some API methods became "virtual"
lots of duplicated code removed
IMHO all the above made library's code way more pleasant to look at, didn't it?
Diffstat (limited to 'libmysqld/examples')
-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 dbe4437fc8b..c2292a6b48d 100644 --- a/libmysqld/examples/Makefile.am +++ b/libmysqld/examples/Makefile.am @@ -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@ @WRAPLIBS@ +LIBS = @LIBS@ @WRAPLIBS@ @CLIENT_LIBS@ LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysqld.a @innodb_system_libs@ @bdb_libs_with_path@ @LIBDL@ $(CXXLDFLAGS) mysqltest_SOURCES = mysqltest.c |