summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.pl
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-09-08 12:56:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:35 -0500
commitec952cde0501b15c5e14a3c06333f97dc77dc1f0 (patch)
treeeb55c6640ee002c34d9edec499e48a0be5ebbb86 /source4/build/smb_build/makefile.pl
parentff19c6ac0d4a966022e59986ced52857f75f94df (diff)
downloadsamba-ec952cde0501b15c5e14a3c06333f97dc77dc1f0.tar.gz
samba-ec952cde0501b15c5e14a3c06333f97dc77dc1f0.tar.bz2
samba-ec952cde0501b15c5e14a3c06333f97dc77dc1f0.zip
r2256: Include autogenerated interfaces for lsa and samr pipes. Typemaps are currently
not working though. (This used to be commit 55bd2dc02de13ee3da1cde20694f452df0899a9f)
Diffstat (limited to 'source4/build/smb_build/makefile.pl')
-rw-r--r--source4/build/smb_build/makefile.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pl b/source4/build/smb_build/makefile.pl
index 3bbe7b5b71..325c7c61e6 100644
--- a/source4/build/smb_build/makefile.pl
+++ b/source4/build/smb_build/makefile.pl
@@ -776,7 +776,9 @@ PYTHON_DCERPC_OBJ = \$(SUBSYSTEM_LIBRPC_RAW_OBJS) \\
PYTHON_DCERPC_LIBS = -lldap
-scripting/swig/dcerpc.py: scripting/swig/dcerpc.i scripting/swig/samr.i scripting/swig/samba.i
+SWIG_INCLUDES = librpc/gen_ndr/samr.i librpc/gen_ndr/lsa.i
+
+scripting/swig/dcerpc.py: scripting/swig/dcerpc.i scripting/swig/samba.i \$(SWIG_INCLUDES)
swig -python scripting/swig/dcerpc.i
scripting/swig/_dcerpc.so: scripting/swig/dcerpc.py scripting/swig/dcerpc_wrap.o \$(PYTHON_DCERPC_OBJ)