diff options
author | Tim Potter <tpot@samba.org> | 2004-10-14 06:45:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:52 -0500 |
commit | 913d5df89e759d858bc7704b8aa50d63ce67a0c1 (patch) | |
tree | 27ed9fa1867b5198b233288484983c5fa3f02e33 /source4/build/smb_build | |
parent | 1ddb14e22e75e2862ddf036ff065df4bbfca5515 (diff) | |
download | samba-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/smb_build')
-rw-r--r-- | source4/build/smb_build/makefile.pl | 2 |
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 |