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

tpot at samba.org tpot at samba.org
Mon Oct 25 05:52:01 GMT 2004


Author: tpot
Date: 2004-10-25 05:52:00 +0000 (Mon, 25 Oct 2004)
New Revision: 3196

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

Log:
Grr - add more useless dependencies to get swig wrappers to build.

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-25 05:44:00 UTC (rev 3195)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pl	2004-10-25 05:52:00 UTC (rev 3196)
@@ -773,7 +773,8 @@
 	\$(SUBSYSTEM_LIBLDB_OBJS) \\
 	\$(SUBSYSTEM_CHARSET_OBJS) \\
 	\$(SUBSYSTEM_LIBSMB_OBJS) \\
-	\$(SUBSYSTEM_DCERPC_COMMON_OBJS)
+	\$(SUBSYSTEM_DCERPC_COMMON_OBJS) \\
+        \$(SUBSYSTEM_LIB_WINBIND_CLIENT_OBJS)
 
 PYTHON_DCERPC_LIBS = -lldap
 



More information about the samba-cvs mailing list