diff options
author | serg@serg.mylan <> | 2005-01-28 17:14:03 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-01-28 17:14:03 +0100 |
commit | 852f2e0abac3b6eab3b8a0f978682af449a6be50 (patch) | |
tree | 9cc656a413f403a59b9dfda94e260b6e2158c288 /tools | |
parent | 6117ee754b33886098bf0ebaaa6bea9487ed828c (diff) | |
download | mariadb-git-852f2e0abac3b6eab3b8a0f978682af449a6be50.tar.gz |
small Makefile.am cleanup
clean: targets removed
generated *.h files moved to include/
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 55801c22c48..1cb07f85e5a 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -16,7 +16,7 @@ # Process this file with automake to create Makefile.in INCLUDES=@MT_INCLUDES@ -I$(top_srcdir)/include $(openssl_includes) \ - -I$(top_srcdir)/extra + -I$(top_builddir)/include LDADD= @CLIENT_EXTRA_LDFLAGS@ @openssl_libs@ \ $(top_builddir)/libmysql_r/libmysqlclient_r.la @ZLIB_LIBS@ bin_PROGRAMS= mysqlmanager |