diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-30 02:07:28 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-30 02:07:28 +0200 |
commit | 39f50afc579f208300c3c1fcc612ca9b69bb76e3 (patch) | |
tree | 55a14b4f6a45c68e9d0b4ab314af3c122df3abf1 /source4/scripting/python | |
parent | a127b1b1b0b353a4b28dbe4f726b57e8359a62d5 (diff) | |
download | samba-39f50afc579f208300c3c1fcc612ca9b69bb76e3.tar.gz samba-39f50afc579f208300c3c1fcc612ca9b69bb76e3.tar.bz2 samba-39f50afc579f208300c3c1fcc612ca9b69bb76e3.zip |
Move CFLAGS handling out of smb_build.
(This used to be commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c)
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 b494ee6e8d..af014a8c9e 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) $(LDB_CFLAGS) _PY_FILES = $(shell find $(pyscriptsrcdir)/samba $(pyscriptsrcdir)/subunit -name "*.py") |