diff options
author | monty@hundin.mysql.fi <> | 2001-09-22 17:40:57 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-22 17:40:57 +0300 |
commit | e390a995737f136c594a7c792caa12061690800f (patch) | |
tree | 23349a84d09c518565222da27e0607b42d415f18 /libmysqld/examples | |
parent | b0953cfa86881af7aa330adc687bbf1b1a488524 (diff) | |
download | mariadb-git-e390a995737f136c594a7c792caa12061690800f.tar.gz |
Added support of INSERT to MERGE tables
Fixes for embedded libary and openssl
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 b687a528c6f..75487302e46 100644 --- a/libmysqld/examples/Makefile.am +++ b/libmysqld/examples/Makefile.am @@ -7,7 +7,7 @@ link_sources: @LN_CP_F@ $(srcdir)/../../client/$$f $(srcdir)/$$f; \ done; -DEFS = -DEMBEDDED_SERVER +DEFS = -DEMBEDDED_LIBRARY INCLUDES = -I$(top_srcdir)/include $(openssl_includes) \ -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/client LIBS = @LIBS@ |