svn commit: samba r15596 - in branches/SAMBA_4_0/source/torture: .

jelmer at samba.org jelmer at samba.org
Sun May 14 11:43:38 GMT 2006


Author: jelmer
Date: 2006-05-14 11:43:33 +0000 (Sun, 14 May 2006)
New Revision: 15596

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15596

Log:
Fix another popt dependency issue

Modified:
   branches/SAMBA_4_0/source/torture/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/torture/config.mk
===================================================================
--- branches/SAMBA_4_0/source/torture/config.mk	2006-05-14 02:17:02 UTC (rev 15595)
+++ branches/SAMBA_4_0/source/torture/config.mk	2006-05-14 11:43:33 UTC (rev 15596)
@@ -245,7 +245,8 @@
 		libnet/libnet_share.o \
 		libnet/libnet_rpc.o
 PUBLIC_DEPENDENCIES = \
-		LIBSAMBA-NET
+		LIBSAMBA-NET \
+		POPT_CREDENTIALS
 # End SUBSYSTEM TORTURE_NET
 #################################
 



More information about the samba-cvs mailing list