From: Michael Adam Date: Fri, 29 Feb 2008 08:40:09 +0000 (+0100) Subject: Fix creation of replacetort. X-Git-Tag: samba-3.2.0pre2~37^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cf645cdae8ce17705036951538991b0a9dbefaf;p=thirdparty%2Fsamba.git Fix creation of replacetort. Forgot to git add Makefile.in before doing git commit --amend in previous commit... Michael --- 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)