summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-29 09:40:09 +0100
committerMichael Adam <obnox@samba.org>2008-02-29 09:40:09 +0100
commit7cf645cdae8ce17705036951538991b0a9dbefaf (patch)
tree525d939782477d8f6b83e1c795a6624eab38642c
parent77b7d7c0417e498340d1c9364fbbb8671c175477 (diff)
downloadsamba-7cf645cdae8ce17705036951538991b0a9dbefaf.tar.gz
samba-7cf645cdae8ce17705036951538991b0a9dbefaf.tar.xz
samba-7cf645cdae8ce17705036951538991b0a9dbefaf.zip
Fix creation of replacetort.
Forgot to git add Makefile.in before doing git commit --amend in previous commit... Michael
-rw-r--r--source/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 63328ec86e1..7ab0c4fb37d 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -902,6 +902,7 @@ TALLOCTORT_OBJ = @tallocdir@/testsuite.o $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \
$(ERRORMAP_OBJ)
REPLACETORT_OBJ = lib/replace/test/testsuite.o \
+ lib/replace/test/getifaddrs.o \
lib/replace/test/os2_delete.o \
lib/replace/test/strptime.o \
$(LIBREPLACE_OBJ)