diff options
author | Sergey Poznyakoff <gray@gnu.org.ua> | 2004-05-10 11:37:54 +0000 |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2004-05-10 11:37:54 +0000 |
commit | b9c6ebab2606e053457b8a128dde6d95afd9d449 (patch) | |
tree | 13cb66b676cf68f4cdf68af72a3762984f78c34d /scripts | |
parent | bc07e8cce4f8acd9d52f4660061e8f8fbc45e4d9 (diff) | |
download | tar-b9c6ebab2606e053457b8a128dde6d95afd9d449.tar.gz |
Install the scripts only if requested by the configure.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 4d43928b..8d0470d1 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\ |