From 0ab0373a97114b2911ed5f38e3548676f196a2c0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 30 Oct 2008 23:28:50 +0100 Subject: Fix building of SWIG files from merged build. --- source4/build/make/python.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/build/make/python.mk b/source4/build/make/python.mk index f9410eec972..e307ba74bb7 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" -- cgit v1.2.1