diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-27 16:23:12 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-27 16:23:12 +0200 |
commit | 16c883ca23a23d3784aec059ac949a066c29ac0d (patch) | |
tree | 22ead13dab3262c48c6a90073f714b3401a86a59 /source4/lib | |
parent | fa2216584288813d2c3a507cc01e9a4cb0193130 (diff) | |
download | samba-16c883ca23a23d3784aec059ac949a066c29ac0d.tar.gz samba-16c883ca23a23d3784aec059ac949a066c29ac0d.tar.bz2 samba-16c883ca23a23d3784aec059ac949a066c29ac0d.zip |
Move CFLAGS that are not inherited out of smb_build.
(This used to be commit 49dcf4b8811f92684a7ddd266ac289d8fc8ca215)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/python.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/python.mk b/source4/lib/ldb/python.mk index 96ae6a5720..5325446e1e 100644 --- a/source4/lib/ldb/python.mk +++ b/source4/lib/ldb/python.mk @@ -1,9 +1,9 @@ [PYTHON::swig_ldb] LIBRARY_REALNAME = _ldb.$(SHLIBEXT) PUBLIC_DEPENDENCIES = LIBLDB -CFLAGS = -I$(ldbdir)/include swig_ldb_OBJ_FILES = $(ldbdir)/ldb_wrap.o +$(swig_ldb_OBJ_FILES): CFLAGS+=-I$(ldbdir)/include $(eval $(call python_py_module_template,ldb.py,$(ldbdir)/ldb.py)) |