summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-30 23:28:50 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-10-30 23:28:50 +0100
commit0ab0373a97114b2911ed5f38e3548676f196a2c0 (patch)
tree18683053571db9b0ba2a0c9e65668509ce508793 /source4/build
parentc9f69f1436cb02567f679b8461e9cb0dfbd5cddc (diff)
downloadsamba-0ab0373a97114b2911ed5f38e3548676f196a2c0.tar.gz
Fix building of SWIG files from merged build.
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/make/python.mk2
1 files changed, 1 insertions, 1 deletions
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"