From: Sergey Poznyakoff Date: Mon, 10 May 2004 11:37:54 +0000 (+0000) Subject: Install the scripts only if requested by the configure. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=b9c6ebab2606e053457b8a128dde6d95afd9d449 Install the scripts only if requested by the configure. --- diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 4d43928..8d0470d 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -15,9 +15,12 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -libexec_SCRIPTS=backup.sh dump-remind +BACKUP_LIBEXEC_SCRIPTS_LIST=backup.sh dump-remind +BACKUP_SBIN_SCRIPTS_LIST=backup restore +libexec_SCRIPTS=@BACKUP_LIBEXEC_SCRIPTS@ AM_INSTALLCHECK_STD_OPTIONS_EXEMPT=backup.sh dump-remind -sbin_SCRIPTS=backup restore +sbin_SCRIPTS=@BACKUP_SBIN_SCRIPTS@ +EXTRA_SCRIPTS= EXTRA_DIST=\ backup.sh.in\ backup.in\