diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-02-29 10:09:35 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-02-29 10:09:35 +1100 |
commit | 99c61a0804378433f2b577c3cbe3026e14f188a2 (patch) | |
tree | 5fa5f149c1053e0a8ade0d760852a241f13dc606 /source4/lib/replace/Makefile.in | |
parent | 3eef0664c59c7afef117132c1d2ebccf22ad748e (diff) | |
parent | 53654f5caf701a32b615bed784d78765f351cb73 (diff) | |
download | samba-99c61a0804378433f2b577c3cbe3026e14f188a2.tar.gz samba-99c61a0804378433f2b577c3cbe3026e14f188a2.tar.bz2 samba-99c61a0804378433f2b577c3cbe3026e14f188a2.zip |
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
(This used to be commit f002a98c7ae0fc93cc738fde1ee62534f8e576ac)
Diffstat (limited to 'source4/lib/replace/Makefile.in')
-rw-r--r-- | source4/lib/replace/Makefile.in | 2 |
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) |