diff options
author | unknown <konstantin@mysql.com> | 2005-03-18 00:24:35 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2005-03-18 00:24:35 +0300 |
commit | d1deb65996df91f999b643c595481a0c06b5f9ec (patch) | |
tree | 91e6aa80f27f495e8a4557080f745ca9665a72f3 /libmysqld | |
parent | 9cffa82b41ea9d59f2641a89c2a9bdee8301dee3 (diff) | |
download | mariadb-git-d1deb65996df91f999b643c595481a0c06b5f9ec.tar.gz |
Remove unexistent @MT_INCLUES@
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 bd18e7154aa..54ad4c73722 100644 --- a/libmysqld/examples/Makefile.am +++ b/libmysqld/examples/Makefile.am @@ -15,7 +15,7 @@ link_sources: done; DEFS = -DEMBEDDED_LIBRARY -INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include -I$(srcdir) \ +INCLUDES = -I$(top_srcdir)/include -I$(srcdir) \ -I$(top_srcdir) -I$(top_srcdir)/client -I$(top_srcdir)/regex \ -I$(top_builddir)/include $(openssl_includes) LIBS = @LIBS@ @WRAPLIBS@ @CLIENT_LIBS@ |