diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-30 23:28:50 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-30 23:28:50 +0100 |
commit | 0ab0373a97114b2911ed5f38e3548676f196a2c0 (patch) | |
tree | 18683053571db9b0ba2a0c9e65668509ce508793 /source4 | |
parent | c9f69f1436cb02567f679b8461e9cb0dfbd5cddc (diff) | |
download | samba-0ab0373a97114b2911ed5f38e3548676f196a2c0.tar.gz samba-0ab0373a97114b2911ed5f38e3548676f196a2c0.tar.bz2 samba-0ab0373a97114b2911ed5f38e3548676f196a2c0.zip |
Fix building of SWIG files from merged build.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/build/make/python.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/make/python.mk b/source4/build/make/python.mk index f9410eec97..e307ba74bb 100644 --- a/source4/build/make/python.mk +++ b/source4/build/make/python.mk @@ -46,7 +46,7 @@ swig:: pythonmods .SUFFIXES: _wrap.c .i .py %_wrap.c %.py: %.i - [ "$(SWIG)" == "no" ] || $(SWIG) -O -Wall -python -keyword $< + [ "$(SWIG)" == "no" ] || $(SWIG) -O -Wall -python -keyword -I../source4 $< realdistclean:: @echo "Removing SWIG output files" |