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 /libmysql | |
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 'libmysql')
-rw-r--r-- | libmysql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/Makefile.am b/libmysql/Makefile.am index 91ee5e66c83..0670a0befa8 100644 --- a/libmysql/Makefile.am +++ b/libmysql/Makefile.am @@ -24,7 +24,7 @@ target = libmysqlclient.la target_defs = -DUNDEF_THREADS_HACK -DDONT_USE_RAID @LIB_EXTRA_CCFLAGS@ LIBS = @CLIENT_LIBS@ INCLUDES = -I$(top_srcdir)/include $(openssl_includes) @ZLIB_INCLUDES@ \ - -I$(top_srcdir)/extra + -I$(top_builddir)/include include $(srcdir)/Makefile.shared |