From dab2625c95627db39ea62cbb86508e1bd408ecde Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 26 May 2008 22:58:38 +0000 Subject: fix INCLUDES, remove obsolete JDK_INCLUDES definition --- python/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/Makefile.am b/python/Makefile.am index 82d4fdd7..703187b8 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,5 +1,6 @@ -INCLUDES = -I$(top_srcdir) \ +INCLUDES = \ -I$(top_builddir) \ + -I$(top_srcdir) \ $(SASL_CFLAGS) pythondir= $(PY_SITE_PACKAGES) -- cgit