The branch, master has been updated
       via  a62e72b825117dc45d434fd1b3645633b5d063d6 (commit)
       via  b4131ecf811e6f42ebec4154a911a3dfa8416a56 (commit)
      from  88876ac57156891e8107034e5d7f40076e032e58 (commit)

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


- Log -----------------------------------------------------------------
commit a62e72b825117dc45d434fd1b3645633b5d063d6
Author: Michael Adam <ob...@samba.org>
Date:   Fri May 15 15:41:41 2009 +0200

    s3:build: add install-dbwrap_tool target
    
    Michael

commit b4131ecf811e6f42ebec4154a911a3dfa8416a56
Author: Michael Adam <ob...@samba.org>
Date:   Fri May 15 15:41:26 2009 +0200

    s3:build dbwrap_tool with make everything
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 72692dd..f5e1f9e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -222,7 +222,8 @@ BIN_PROGS = @EXTRA_BIN_PROGS@ \
 EVERYTHING_PROGS = bin/debug2h...@exeext@ bin/smbfil...@exeext@ \
        bin/talloct...@exeext@ bin/replacet...@exeext@ \
        bin/log2p...@exeext@ \
-       bin/v...@exeext@ bin/smbic...@exeext@
+       bin/v...@exeext@ bin/smbic...@exeext@ \
+       bin/dbwrap_t...@exeext@
 
 PAM_MODULES = @PAM_MODULES@
 
@@ -2877,6 +2878,9 @@ bin/dbwrap_t...@exeext@: $(DBWRAP_TOOL_OBJ) 
@LIBTALLOC_TARGET@ @LIBTDB_TARGET@
                $(LDAP_LIBS) \
                $(LIBTALLOC_LIBS) $(LIBTDB_LIBS)
 
+install-dbwrap_tool:: bin/dbwrap_t...@exeext@
+       @$(SHELL) script/installbin.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) 
$(BINDIR) $<
+
 install:: installservers installbin @INSTALL_CIFSMOUNT@ @INSTALL_CIFSUPCALL@ 
installman \
                installscripts installdat installmodules @SWAT_INSTALL_TARGETS@ 
\
                @INSTALL_PAM_MODULES@ installlibs installmo


-- 
Samba Shared Repository

Reply via email to