summaryrefslogtreecommitdiff
path: root/source4/scripting/swig
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-05-13 21:36:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:06:00 -0500
commitf9dd0263553c4f04fbc0d067e5384a9e46cd98bc (patch)
tree89b4bf38881ddde78fc1a3b80ef68abe83fd2714 /source4/scripting/swig
parent8903abc4c896a781e70a63ea355dd608b8f10812 (diff)
downloadsamba-f9dd0263553c4f04fbc0d067e5384a9e46cd98bc.tar.gz
samba-f9dd0263553c4f04fbc0d067e5384a9e46cd98bc.tar.bz2
samba-f9dd0263553c4f04fbc0d067e5384a9e46cd98bc.zip
r15585: Revive pidl's SWIG file generator. It now generates simple
object oriented wrappers for the interfaces (still need to fix the actual function calls) (This used to be commit bf5da20869eae29aea92386cbb13413b507fc55f)
Diffstat (limited to 'source4/scripting/swig')
-rw-r--r--source4/scripting/swig/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/swig/config.mk b/source4/scripting/swig/config.mk
index 6c62d3ded8..970c6ed71a 100644
--- a/source4/scripting/swig/config.mk
+++ b/source4/scripting/swig/config.mk
@@ -14,7 +14,7 @@ swig: lib/tdb/swig/_tdb.$(SHLIBEXT) lib/ldb/swig/_ldb.$(SHLIBEXT) \
.SUFFIXES: _wrap.c .i
.i_wrap.c:
- swig -python $<
+ swig -I$(srcdir)/scripting/swig -python $<
SWIG_INCLUDES = librpc/gen_ndr/samr.i librpc/gen_ndr/lsa.i librpc/gen_ndr/spoolss.i