From: Jelmer Vernooij Date: Thu, 30 Oct 2008 22:28:50 +0000 (+0100) Subject: Fix building of SWIG files from merged build. X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=0ab0373a97114b2911ed5f38e3548676f196a2c0;p=tprouty%2Fsamba.git Fix building of SWIG files from merged build. --- 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"