summaryrefslogtreecommitdiff
path: root/source4/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-28 23:01:15 +0100
commitdfc84928d722191dad264a7206e20919c140e3ea (patch)
treeecc069f1f8468fe170afa08a86d6c94a8ecb1208 /source4/lib/replace/Makefile.in
parent2ba62662f8e2578153be3125eb557b9349ccfd3b (diff)
downloadsamba-dfc84928d722191dad264a7206e20919c140e3ea.tar.gz
samba-dfc84928d722191dad264a7206e20919c140e3ea.tar.bz2
samba-dfc84928d722191dad264a7206e20919c140e3ea.zip
libreplace: add extended getifaddrs test that prints out the interfaces.
Michael (This used to be commit 9d2bab09aac22c00fe23f1e1265a2dbd0901e9ce)
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)