summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-22 02:13:26 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-22 02:13:26 +0200
commit5ce59419a07c8e147daf51b77ffe2117f3d6a505 (patch)
tree1cb84d1b3301f9c7e79d4112b86421efac16716c /source4/lib/ldb
parent6e14d44d27d208bb22e6345fff8785c74a435a59 (diff)
downloadsamba-5ce59419a07c8e147daf51b77ffe2117f3d6a505.tar.gz
samba-5ce59419a07c8e147daf51b77ffe2117f3d6a505.tar.bz2
samba-5ce59419a07c8e147daf51b77ffe2117f3d6a505.zip
Fix CFLAGS for SWIG files.
(This used to be commit 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/python.mk b/source4/lib/ldb/python.mk
index 7b430f4e2f..89aba8f276 100644
--- a/source4/lib/ldb/python.mk
+++ b/source4/lib/ldb/python.mk
@@ -7,4 +7,4 @@ swig_ldb_OBJ_FILES = lib/ldb/ldb_wrap.o
$(eval $(call python_py_module_template,ldb.py,lib/ldb/ldb.py))
-$(swig_ldb_OBJ_FILES): CFLAGS+="$(CFLAG_NO_UNUSED_MACROS) $(CFLAG_NO_CAST_QUAL)"
+$(swig_ldb_OBJ_FILES): CFLAGS+=$(CFLAG_NO_UNUSED_MACROS) $(CFLAG_NO_CAST_QUAL)