summaryrefslogtreecommitdiff
path: root/source3/lib/replace/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-28 21:43:06 +0100
committerMichael Adam <obnox@samba.org>2008-02-29 09:30:40 +0100
commitd24f3b8a9367cb3903e1d76fa66a14389554da33 (patch)
tree2722b1053bce3763b24ceb5015d807741826a96f /source3/lib/replace/Makefile.in
parent808348a8ca1499f74343808b043983cb6fd5d06d (diff)
downloadsamba-d24f3b8a9367cb3903e1d76fa66a14389554da33.tar.gz
samba-d24f3b8a9367cb3903e1d76fa66a14389554da33.tar.bz2
samba-d24f3b8a9367cb3903e1d76fa66a14389554da33.zip
libreplace: add extended getifaddrs test that prints out the interfaces.
Michael cherry-picked from libreplace-part of 9d2bab09aac22c00fe23f1e1265a2dbd0901e9ce and adapted replacetort creation (This used to be commit 52d79ad4872a20cf55f31aba97629c2561bfc16c)
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)