summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-10-14 06:45:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:52 -0500
commit913d5df89e759d858bc7704b8aa50d63ce67a0c1 (patch)
tree27ed9fa1867b5198b233288484983c5fa3f02e33 /source4/build
parent1ddb14e22e75e2862ddf036ff065df4bbfca5515 (diff)
downloadsamba-913d5df89e759d858bc7704b8aa50d63ce67a0c1.tar.gz
samba-913d5df89e759d858bc7704b8aa50d63ce67a0c1.tar.bz2
samba-913d5df89e759d858bc7704b8aa50d63ce67a0c1.zip
r2964: Add spoolss to list of wrapped client functions.
(This used to be commit 96d31ff19d2fa5b0c5a0ee23000a97cb77637968)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/makefile.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pl b/source4/build/smb_build/makefile.pl
index aa1fda8d4a..982b542c2e 100644
--- a/source4/build/smb_build/makefile.pl
+++ b/source4/build/smb_build/makefile.pl
@@ -776,7 +776,7 @@ PYTHON_DCERPC_OBJ = \$(SUBSYSTEM_LIBRPC_RAW_OBJS) \\
PYTHON_DCERPC_LIBS = -lldap
-SWIG_INCLUDES = librpc/gen_ndr/samr.i librpc/gen_ndr/lsa.i librpc/gen_ndr/winreg.i
+SWIG_INCLUDES = librpc/gen_ndr/samr.i librpc/gen_ndr/lsa.i librpc/gen_ndr/winreg.i librpc/gen_ndr/spoolss.i
scripting/swig/dcerpc.py: scripting/swig/dcerpc.i scripting/swig/samba.i \$(SWIG_INCLUDES)
swig -python scripting/swig/dcerpc.i