summaryrefslogtreecommitdiff
path: root/lib/replace/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-09-21 23:59:58 +0200
committerStefan Metzmacher <metze@samba.org>2008-09-22 00:09:12 +0200
commit05525071e0af67b970c0d348a621bc276542f092 (patch)
tree9b5eb76faf14c97d1a9bdead5618da6235ea0fb5 /lib/replace/Makefile.in
parentbc794246df473b2e1a12694671afd51da14af5ad (diff)
downloadsamba-05525071e0af67b970c0d348a621bc276542f092.tar.gz
samba-05525071e0af67b970c0d348a621bc276542f092.tar.bz2
samba-05525071e0af67b970c0d348a621bc276542f092.zip
libreplace: move main() out of testsuite.c
metze
Diffstat (limited to 'lib/replace/Makefile.in')
-rw-r--r--lib/replace/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/Makefile.in b/lib/replace/Makefile.in
index c889a0e457..65f8125efd 100644
--- a/lib/replace/Makefile.in
+++ b/lib/replace/Makefile.in
@@ -47,7 +47,7 @@ test: all
installcheck: install test
-TEST_OBJS = test/testsuite.o test/os2_delete.o test/strptime.o test/getifaddrs.o
+TEST_OBJS = test/main.o test/testsuite.o test/os2_delete.o test/strptime.o test/getifaddrs.o
testsuite: libreplace.a $(TEST_OBJS)
$(CC) -o testsuite $(TEST_OBJS) -L. -lreplace $(LDFLAGS) $(LIBS)