The branch, master has been updated
       via  0ff2b4c7eb542ae8eddc8855365129bb853610ec (commit)
      from  96b1bf0dd4ffea97e94f7b92a77ac2738374c1f2 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0ff2b4c7eb542ae8eddc8855365129bb853610ec
Author: Michael Adam <[EMAIL PROTECTED]>
Date:   Wed Sep 17 18:53:46 2008 +0200

    [s3]build: fix building bin/replacetort (lib/replace has moved)
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source3/Makefile.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 7b44460..855f262 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 \


-- 
Samba Shared Repository

Reply via email to