summaryrefslogtreecommitdiff
path: root/source4/lib/replace/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-29 00:47:14 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-29 00:47:14 +0100
commitd115497478a4c60bc273d8f63756222eb135aa09 (patch)
tree2c36c4e2f59f72df95488ad4584622c984dc7ad3 /source4/lib/replace/Makefile.in
parent9370dbfc49f1836f21e946f589c85a0d27ab49fa (diff)
parent53654f5caf701a32b615bed784d78765f351cb73 (diff)
downloadsamba-d115497478a4c60bc273d8f63756222eb135aa09.tar.gz
samba-d115497478a4c60bc273d8f63756222eb135aa09.tar.bz2
samba-d115497478a4c60bc273d8f63756222eb135aa09.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit 80ce9a3bbc43535d7c4bdd0ec402272175732ebc)
Diffstat (limited to 'source4/lib/replace/Makefile.in')
-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 af9522f3a6..c989835a8d 100644
--- a/source4/lib/replace/Makefile.in
+++ b/source4/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)