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

metze at samba.org metze at samba.org
Tue Mar 7 12:40:34 GMT 2006


Author: metze
Date: 2006-03-07 12:40:34 +0000 (Tue, 07 Mar 2006)
New Revision: 13931

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

Log:
fix dependencies

metze
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-03-07 12:38:36 UTC (rev 13930)
+++ branches/SAMBA_4_0/source/torture/config.mk	2006-03-07 12:40:34 UTC (rev 13931)
@@ -255,9 +255,12 @@
 		gentest.o \
 		torture_util.o
 REQUIRED_SUBSYSTEMS = \
-		LIBSMB \
 		CONFIG \
-		LIBBASIC
+		LIBBASIC \
+		LIBPOPT \
+		POPT_SAMBA \
+		POPT_CREDENTIALS \
+		LIBSMB
 MANPAGE = man/gentest.1
 # End BINARY gentest
 #################################
@@ -269,9 +272,12 @@
 OBJ_FILES = \
 		masktest.o
 REQUIRED_SUBSYSTEMS = \
-		LIBSMB \
 		CONFIG \
-		LIBBASIC
+		LIBBASIC \
+		LIBPOPT \
+		POPT_SAMBA \
+		POPT_CREDENTIALS \
+		LIBSMB
 MANPAGE = man/masktest.1
 # End BINARY masktest
 #################################



More information about the samba-cvs mailing list