summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/python.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-20 16:10:43 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-21 03:54:42 +0100
commit203d2b10bd5c3ae89f098adba91a5e751a9627af (patch)
tree7366d11a360985d6f6d3da99374e5d6a3ec045bf /source4/lib/ldb/python.mk
parent078acef0471528685272b7b7ef582c7c32f5ef1c (diff)
downloadsamba-203d2b10bd5c3ae89f098adba91a5e751a9627af.tar.gz
samba-203d2b10bd5c3ae89f098adba91a5e751a9627af.tar.bz2
samba-203d2b10bd5c3ae89f098adba91a5e751a9627af.zip
ldb: Fix building python modules against system-provided ldb.
(This used to be commit 583ea85ae04c0bc2e70ab2e595e05f76f65c3be1)
Diffstat (limited to 'source4/lib/ldb/python.mk')
-rw-r--r--source4/lib/ldb/python.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/python.mk b/source4/lib/ldb/python.mk
index f81c2e3e16..24ade8f977 100644
--- a/source4/lib/ldb/python.mk
+++ b/source4/lib/ldb/python.mk
@@ -2,6 +2,7 @@
# Start LIBRARY swig_ldb
[PYTHON::swig_ldb]
PUBLIC_DEPENDENCIES = LIBLDB
+CFLAGS = -Ilib/ldb/include
SWIG_FILE = ldb.i
# End LIBRARY swig_ldb
#######################