summaryrefslogtreecommitdiff
path: root/source3/lib/replace/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/replace/Makefile.in')
-rw-r--r--source3/lib/replace/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace/Makefile.in b/source3/lib/replace/Makefile.in
index af9522f3a6..c989835a8d 100644
--- a/source3/lib/replace/Makefile.in
+++ b/source3/lib/replace/Makefile.in
@@ -40,7 +40,7 @@ test: all
installcheck: install test
-TEST_OBJS = test/testsuite.o test/os2_delete.o test/strptime.o
+TEST_OBJS = 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)