From f9dd0263553c4f04fbc0d067e5384a9e46cd98bc Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 13 May 2006 21:36:15 +0000 Subject: 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) --- source4/scripting/swig/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/swig') 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 -- cgit