summaryrefslogtreecommitdiff
path: root/lib/replace/Makefile.in
diff options
context:
space:
mode:
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)