[s3]build: fix building bin/replacetort (lib/replace has moved)
authorMichael Adam <obnox@samba.org>
Wed, 17 Sep 2008 16:53:46 +0000 (18:53 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 17 Sep 2008 16:53:46 +0000 (18:53 +0200)
Michael

source3/Makefile.in

index 7b444606d7818134d85c52cfe5624ea94ea3e093..855f2625cf20193391d8ede314a7c5a4555c26a3 100644 (file)
@@ -949,10 +949,10 @@ SHARESEC_OBJ  = $(SHARESEC_OBJ0) $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \
 TALLOCTORT_OBJ = @tallocdir@/testsuite.o $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \
                  $(LIBSAMBA_OBJ)
 
-REPLACETORT_OBJ = lib/replace/test/testsuite.o \
-               lib/replace/test/getifaddrs.o \
-               lib/replace/test/os2_delete.o \
-               lib/replace/test/strptime.o \
+REPLACETORT_OBJ = @libreplacedir@/test/testsuite.o \
+               @libreplacedir@/test/getifaddrs.o \
+               @libreplacedir@/test/os2_delete.o \
+               @libreplacedir@/test/strptime.o \
                $(LIBREPLACE_OBJ)
 
 NDRDUMP_OBJ = librpc/tools/ndrdump.o \