diff options
author | anjuta@arthur.local <> | 2004-12-14 01:54:16 +0200 |
---|---|---|
committer | anjuta@arthur.local <> | 2004-12-14 01:54:16 +0200 |
commit | a045161e5b12697e1f7259d05f4fb63c9d240e66 (patch) | |
tree | 3c7e9bf79f20247dcb163ed6b61b5242fd9cbf63 /libmysqld/examples | |
parent | 53db34f9925605d9e948c199c373fa68bf6b01ee (diff) | |
download | mariadb-git-a045161e5b12697e1f7259d05f4fb63c9d240e66.tar.gz |
Added pathes to mysqld_error.h and sql_state.h; fixed segfault bug;
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 5b0a86e679c..ba646e282b5 100644 --- a/libmysqld/examples/Makefile.am +++ b/libmysqld/examples/Makefile.am @@ -15,7 +15,7 @@ link_sources: DEFS = -DEMBEDDED_LIBRARY INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include -I$(srcdir) \ -I$(top_srcdir) -I$(top_srcdir)/client -I$(top_srcdir)/regex \ - $(openssl_includes) + -I$(top_srcdir)/extra $(openssl_includes) LIBS = @LIBS@ @WRAPLIBS@ @CLIENT_LIBS@ LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysqld.a @innodb_system_libs@ @LIBDL@ $(CXXLDFLAGS) |