diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-22 02:13:26 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-22 02:13:26 +0200 |
commit | 5ce59419a07c8e147daf51b77ffe2117f3d6a505 (patch) | |
tree | 1cb84d1b3301f9c7e79d4112b86421efac16716c /source4/scripting/python | |
parent | 6e14d44d27d208bb22e6345fff8785c74a435a59 (diff) | |
download | samba-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/scripting/python')
-rw-r--r-- | source4/scripting/python/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk index ddbc5674f2..73607eb76c 100644 --- a/source4/scripting/python/config.mk +++ b/source4/scripting/python/config.mk @@ -21,7 +21,7 @@ PRIVATE_DEPENDENCIES = LIBNDR LIBLDB SAMDB CREDENTIALS python_misc_OBJ_FILES = $(pyscriptsrcdir)/misc_wrap.o -$(python_misc_OBJ_FILES): CFLAGS+="$(CFLAG_NO_UNUSED_MACROS) $(CFLAG_NO_CAST_QUAL)" +$(python_misc_OBJ_FILES): CFLAGS+=$(CFLAG_NO_UNUSED_MACROS) $(CFLAG_NO_CAST_QUAL) _PY_FILES = $(shell find $(pyscriptsrcdir)/samba $(pyscriptsrcdir)/subunit -name "*.py") |