Fix creation of replacetort.
authorMichael Adam <obnox@samba.org>
Fri, 29 Feb 2008 08:40:09 +0000 (09:40 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 29 Feb 2008 08:40:09 +0000 (09:40 +0100)
Forgot to git add Makefile.in before doing git commit --amend
in previous commit...

Michael
(This used to be commit 7cf645cdae8ce17705036951538991b0a9dbefaf)

source3/Makefile.in

index 63328ec86e13fd5ec1c5b4739069fa5caa46b24d..7ab0c4fb37d3658e30f716568c3cb8478c6ebb8a 100644 (file)
@@ -902,6 +902,7 @@ TALLOCTORT_OBJ = @tallocdir@/testsuite.o $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \
                 $(ERRORMAP_OBJ)
 
 REPLACETORT_OBJ = lib/replace/test/testsuite.o \
                 $(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)
                lib/replace/test/os2_delete.o \
                lib/replace/test/strptime.o \
                $(LIBREPLACE_OBJ)