summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Fyfe <andrew@neptune-one.net>2007-06-01 00:44:00 +0200
committerDan McGee <dan@archlinux.org>2007-06-01 00:44:00 +0200
commit6d649473fa62726d783081025318f5add307b2d6 (patch)
tree96196fbe585c7367e53efc0fc47d8d4f0b165911 /scripts
parentaf888c534b7c106ba89069ef6b11ea63d9f24975 (diff)
downloadpacman-6d649473fa62726d783081025318f5add307b2d6.tar.gz
pacman-6d649473fa62726d783081025318f5add307b2d6.tar.xz
FS7319: Add option to disable the inclusion of abs script.
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 1ebd785f..20aa209b 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -2,7 +2,6 @@
AUTOMAKE_OPTIONS = std-options
bin_SCRIPTS = \
- abs \
gensync \
makepkg \
makeworld \
@@ -12,6 +11,10 @@ bin_SCRIPTS = \
repo-remove \
updatesync
+if INCLUDE_ABS
+bin_SCRIPTS += abs
+endif
+
EXTRA_DIST = \
abs.in \
gensync.in \