From 203d2b10bd5c3ae89f098adba91a5e751a9627af Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 20 Jan 2008 16:10:43 +0100 Subject: ldb: Fix building python modules against system-provided ldb. (This used to be commit 583ea85ae04c0bc2e70ab2e595e05f76f65c3be1) --- source4/lib/ldb/python.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/ldb/python.mk') 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 ####################### -- cgit