diff options
author | Lars Müller <lmuelle@samba.org> | 2007-03-13 07:30:26 +0000 |
---|---|---|
committer | Lars Müller <lmuelle@samba.org> | 2007-03-13 07:30:26 +0000 |
commit | 31bcf883d89a7f99b414b2089cda6638fd95ace9 (patch) | |
tree | 26ccb1fe508f8ad6670b65f68b1479696ceda105 /source/Makefile.in | |
parent | 51f65e9e5d8d647913ab8a17d142d6f8aba8e034 (diff) | |
download | samba-31bcf883d89a7f99b414b2089cda6638fd95ace9.tar.gz samba-31bcf883d89a7f99b414b2089cda6638fd95ace9.tar.xz samba-31bcf883d89a7f99b414b2089cda6638fd95ace9.zip |
r21816: Merge missing hunks of rev 20663, 20664, 20666, and 20668 to install
smbmount, smbmnt, smbumount, and the man pages only if configure was
called --with-smbmount.
Diffstat (limited to 'source/Makefile.in')
-rw-r--r-- | source/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 3f3aa5ea57a..1e56ffd64f1 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -159,7 +159,8 @@ TORTURE_PROGS = bin/smbtorture@EXEEXT@ bin/msgtest@EXEEXT@ \ bin/locktest2@EXEEXT@ bin/nsstest@EXEEXT@ bin/vfstest@EXEEXT@ \ bin/pdbtest@EXEEXT@ bin/talloctort@EXEEXT@ bin/replacetort@EXEEXT@ -BIN_PROGS = $(BIN_PROGS1) $(BIN_PROGS2) $(BIN_PROGS3) @EXTRA_BIN_PROGS@ +BIN_PROGS = $(BIN_PROGS1) $(BIN_PROGS2) $(BIN_PROGS3) @EXTRA_BIN_PROGS@ \ + @SMBMOUNT_PROGS@ EVERYTHING_PROGS = bin/debug2html@EXEEXT@ bin/smbfilter@EXEEXT@ \ bin/talloctort@EXEEXT@ bin/replacetort@EXEEXT@ \ @@ -1655,7 +1656,8 @@ revert: @$(SHELL) $(srcdir)/script/revert.sh $(BINDIR) $(BIN_PROGS) $(SCRIPTS) installman: installdirs - @$(SHELL) $(srcdir)/script/installman.sh $(DESTDIR)$(MANDIR) $(srcdir) C "@ROFF@" + @SMBMOUNT_PROGS="@SMBMOUNT_PROGS@" $(SHELL) \ + $(srcdir)/script/installman.sh $(DESTDIR)$(MANDIR) $(srcdir) C "@ROFF@" .PHONY: showlayout |