summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-05-15 15:41:41 +0200
committerMichael Adam <obnox@samba.org>2009-05-15 17:00:22 +0200
commita62e72b825117dc45d434fd1b3645633b5d063d6 (patch)
tree01b9c1cc4a75af8d91ad9bc0d2f018f917a3a52f /source3/Makefile.in
parentb4131ecf811e6f42ebec4154a911a3dfa8416a56 (diff)
downloadsamba-a62e72b825117dc45d434fd1b3645633b5d063d6.tar.gz
samba-a62e72b825117dc45d434fd1b3645633b5d063d6.tar.bz2
samba-a62e72b825117dc45d434fd1b3645633b5d063d6.zip
s3:build: add install-dbwrap_tool target
Michael
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index a786b28957..f5e1f9eca5 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2878,6 +2878,9 @@ bin/dbwrap_tool@EXEEXT@: $(DBWRAP_TOOL_OBJ) @LIBTALLOC_TARGET@ @LIBTDB_TARGET@
$(LDAP_LIBS) \
$(LIBTALLOC_LIBS) $(LIBTDB_LIBS)
+install-dbwrap_tool:: bin/dbwrap_tool@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