From e369a15fa4380889f7d725b86335f5b298542e1d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 15 Apr 2007 19:09:34 +0000 Subject: r22218: fix libreplace standalone build metze (This used to be commit 398e008ea78777164dcf4eef059626d574c35f47) --- source4/lib/replace/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/lib/replace/Makefile.in b/source4/lib/replace/Makefile.in index 10ba5b9415..f4c79749a6 100644 --- a/source4/lib/replace/Makefile.in +++ b/source4/lib/replace/Makefile.in @@ -37,7 +37,7 @@ test: all 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 -- cgit