summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-03-21 08:57:28 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-03-21 08:57:28 +0000
commit5d45d29402d20fabd448e6f58266acd61bde573a (patch)
tree73621f6acb4f975f765fd552d45b9201defcb79f /python
parent3cc376b95d0decaa108aeb22e6d47d8ea6cb4b68 (diff)
downloadlasso-5d45d29402d20fabd448e6f58266acd61bde573a.tar.gz
lasso-5d45d29402d20fabd448e6f58266acd61bde573a.tar.xz
lasso-5d45d29402d20fabd448e6f58266acd61bde573a.zip
Helps building outside srcdir
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 42399c59..82d4fdd7 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -1,4 +1,5 @@
INCLUDES = -I$(top_srcdir) \
+ -I$(top_builddir) \
$(SASL_CFLAGS)
pythondir= $(PY_SITE_PACKAGES)