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

metze at samba.org metze at samba.org
Sun Apr 15 19:09:34 GMT 2007


Author: metze
Date: 2007-04-15 19:09:34 +0000 (Sun, 15 Apr 2007)
New Revision: 22218

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

Log:
fix libreplace standalone build

metze
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	2007-04-15 16:30:01 UTC (rev 22217)
+++ branches/SAMBA_4_0/source/lib/replace/Makefile.in	2007-04-15 19:09:34 UTC (rev 22218)
@@ -37,7 +37,7 @@
 
 installcheck: install test
 
-TEST_OBJS = test/testsuite.o test/os2_delete.o
+TEST_OBJS = test/testsuite.o test/os2_delete.o test/strptime.o
 
 testsuite: libreplace.a $(TEST_OBJS)
 	$(CC) -o testsuite $(TEST_OBJS) -L. -lreplace



More information about the samba-cvs mailing list