svn commit: samba r18042 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Mon Sep 4 13:27:16 GMT 2006


Author: tridge
Date: 2006-09-04 13:27:16 +0000 (Mon, 04 Sep 2006)
New Revision: 18042

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

Log:

testsuite needs to link to libreplace.a :-)

Modified:
   branches/SAMBA_4_0/source/lib/replace/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/Makefile.in	2006-09-04 13:10:49 UTC (rev 18041)
+++ branches/SAMBA_4_0/source/lib/replace/Makefile.in	2006-09-04 13:27:16 UTC (rev 18042)
@@ -31,7 +31,7 @@
 TEST_OBJS = test/testsuite.o
 
 testsuite: libreplace.a $(TEST_OBJS)
-	$(CC) -o testsuite $(TEST_OBJS)
+	$(CC) -o testsuite $(TEST_OBJS) -L. -lreplace
 
 .c.o:
 	@echo Compiling $*.c



More information about the samba-cvs mailing list