summaryrefslogtreecommitdiffstats
path: root/bindings/python/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/Makefile.am')
-rw-r--r--bindings/python/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
index ff02fe17..65aa3804 100644
--- a/bindings/python/Makefile.am
+++ b/bindings/python/Makefile.am
@@ -1,8 +1,9 @@
SUBDIRS = tests
if PYTHON_ENABLED
-INCLUDES = -I$(top_srcdir) \
+INCLUDES = \
-I$(top_builddir) \
+ -I$(top_srcdir) \
$(SASL_CFLAGS)
pythondir= $(PY_SITE_PACKAGES)