summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-26 22:58:38 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-26 22:58:38 +0000
commitdab2625c95627db39ea62cbb86508e1bd408ecde (patch)
tree7512b540ab37b8702764c403b25462190f9bdea3 /python
parent477c0dbd7d48d3380a75095b6ba346302d8da9f6 (diff)
downloadlasso-dab2625c95627db39ea62cbb86508e1bd408ecde.tar.gz
lasso-dab2625c95627db39ea62cbb86508e1bd408ecde.tar.xz
lasso-dab2625c95627db39ea62cbb86508e1bd408ecde.zip
fix INCLUDES, remove obsolete JDK_INCLUDES definition
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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)