summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-09-17 18:53:46 +0200
committerMichael Adam <obnox@samba.org>2008-09-17 18:53:46 +0200
commit0ff2b4c7eb542ae8eddc8855365129bb853610ec (patch)
tree7ffa40c8c535d8dd08e56163981814fdb74732c4
parent96b1bf0dd4ffea97e94f7b92a77ac2738374c1f2 (diff)
downloadsamba-0ff2b4c7eb542ae8eddc8855365129bb853610ec.tar.gz
samba-0ff2b4c7eb542ae8eddc8855365129bb853610ec.tar.bz2
samba-0ff2b4c7eb542ae8eddc8855365129bb853610ec.zip
[s3]build: fix building bin/replacetort (lib/replace has moved)
Michael
-rw-r--r--source3/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 7b444606d7..855f2625cf 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -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 \