summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-15 19:09:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:50:39 -0500
commite369a15fa4380889f7d725b86335f5b298542e1d (patch)
tree96c659cb5f5a21e96de0470d31a0b0f6a38f0863 /source4
parent6262602b4ff1aff61103069b03b707fb66334555 (diff)
downloadsamba-e369a15fa4380889f7d725b86335f5b298542e1d.tar.gz
samba-e369a15fa4380889f7d725b86335f5b298542e1d.tar.bz2
samba-e369a15fa4380889f7d725b86335f5b298542e1d.zip
r22218: fix libreplace standalone build
metze (This used to be commit 398e008ea78777164dcf4eef059626d574c35f47)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/replace/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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