From 913d5df89e759d858bc7704b8aa50d63ce67a0c1 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 14 Oct 2004 06:45:25 +0000 Subject: r2964: Add spoolss to list of wrapped client functions. (This used to be commit 96d31ff19d2fa5b0c5a0ee23000a97cb77637968) --- source4/build/smb_build/makefile.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build/smb_build/makefile.pl') 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 -- cgit