summaryrefslogtreecommitdiff
path: root/libmysql_r
diff options
context:
space:
mode:
authorserg@serg.mylan <>2005-01-28 17:14:03 +0100
committerserg@serg.mylan <>2005-01-28 17:14:03 +0100
commit852f2e0abac3b6eab3b8a0f978682af449a6be50 (patch)
tree9cc656a413f403a59b9dfda94e260b6e2158c288 /libmysql_r
parent6117ee754b33886098bf0ebaaa6bea9487ed828c (diff)
downloadmariadb-git-852f2e0abac3b6eab3b8a0f978682af449a6be50.tar.gz
small Makefile.am cleanup
clean: targets removed generated *.h files moved to include/
Diffstat (limited to 'libmysql_r')
-rw-r--r--libmysql_r/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql_r/Makefile.am b/libmysql_r/Makefile.am
index e8c576ca2b1..b83ee36dd39 100644
--- a/libmysql_r/Makefile.am
+++ b/libmysql_r/Makefile.am
@@ -26,7 +26,7 @@ LIBS = @LIBS@ @ZLIB_LIBS@ @openssl_libs@
INCLUDES = @MT_INCLUDES@ \
-I$(top_srcdir)/include $(openssl_includes) @ZLIB_INCLUDES@ \
- -I$(top_srcdir)/extra
+ -I$(top_builddir)/include
## automake barfs if you don't use $(srcdir) or $(top_srcdir) in include
include $(top_srcdir)/libmysql/Makefile.shared