svn commit: samba r2806 - in branches/SAMBA_4_0/source/build/smb_build: .

tpot at samba.org tpot at samba.org
Sun Oct 3 11:05:13 GMT 2004


Author: tpot
Date: 2004-10-03 11:05:13 +0000 (Sun, 03 Oct 2004)
New Revision: 2806

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/build/smb_build&rev=2806&nolog=1

Log:
Add winreg.i to dependencies for dcerpc.i

Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pl


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pl
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pl	2004-10-03 11:04:06 UTC (rev 2805)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pl	2004-10-03 11:05:13 UTC (rev 2806)
@@ -776,7 +776,7 @@
 
 PYTHON_DCERPC_LIBS = -lldap
 
-SWIG_INCLUDES = librpc/gen_ndr/samr.i librpc/gen_ndr/lsa.i
+SWIG_INCLUDES = librpc/gen_ndr/samr.i librpc/gen_ndr/lsa.i librpc/gen_ndr/winreg.i
 
 scripting/swig/dcerpc.py: scripting/swig/dcerpc.i scripting/swig/samba.i \$(SWIG_INCLUDES)
 	swig -python scripting/swig/dcerpc.i



More information about the samba-cvs mailing list