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

jelmer at samba.org jelmer at samba.org
Mon May 22 20:07:01 GMT 2006


Author: jelmer
Date: 2006-05-22 20:07:01 +0000 (Mon, 22 May 2006)
New Revision: 15821

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

Log:
Fix static library build.

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


Changeset:
Modified: branches/SAMBA_4_0/source/torture/config.mk
===================================================================
--- branches/SAMBA_4_0/source/torture/config.mk	2006-05-22 19:13:57 UTC (rev 15820)
+++ branches/SAMBA_4_0/source/torture/config.mk	2006-05-22 20:07:01 UTC (rev 15821)
@@ -6,8 +6,7 @@
 PUBLIC_HEADERS = torture.h
 PUBLIC_PROTO_HEADER = proto.h
 OBJ_FILES = \
-		torture.o \
-		ui.o
+		torture.o
 PUBLIC_DEPENDENCIES = \
 		TORTURE_UTIL \
 		TORTURE_RAW \
@@ -26,6 +25,11 @@
 PUBLIC_PROTO_HEADER = util.h
 PUBLIC_DEPENDENCIES = POPT_CREDENTIALS
 
+[SUBSYSTEM::TORTURE_UI]
+OBJ_FILES = ui.o
+PUBLIC_HEADERS = ui.h
+PUBLIC_DEPENDENCIES = LIBTALLOC 
+
 #################################
 # Start SUBSYSTEM TORTURE_BASIC
 [MODULE::TORTURE_BASIC]

Modified: branches/SAMBA_4_0/source/torture/local/config.mk
===================================================================
--- branches/SAMBA_4_0/source/torture/local/config.mk	2006-05-22 19:13:57 UTC (rev 15820)
+++ branches/SAMBA_4_0/source/torture/local/config.mk	2006-05-22 20:07:01 UTC (rev 15821)
@@ -23,7 +23,8 @@
 		MESSAGING \
 		ICONV \
 		registry \
-		POPT_CREDENTIALS
+		POPT_CREDENTIALS \
+		TORTURE_UI
 # End SUBSYSTEM TORTURE_LOCAL
 #################################
 



More information about the samba-cvs mailing list