diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-13 21:36:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:06:00 -0500 |
commit | bf5da20869eae29aea92386cbb13413b507fc55f (patch) | |
tree | 20c9d6a8bc808a249570f02a792d21856faa17df /source/scripting | |
parent | dcebba4ee8d38f6400f9d250141653e38ba9715e (diff) | |
download | samba-bf5da20869eae29aea92386cbb13413b507fc55f.tar.gz |
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)
Diffstat (limited to 'source/scripting')
-rw-r--r-- | source/scripting/swig/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/scripting/swig/config.mk b/source/scripting/swig/config.mk index 6c62d3ded86..970c6ed71a4 100644 --- a/source/scripting/swig/config.mk +++ b/source/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 |