From 6d649473fa62726d783081025318f5add307b2d6 Mon Sep 17 00:00:00 2001 From: Andrew Fyfe Date: Thu, 31 May 2007 18:44:00 -0400 Subject: FS7319: Add option to disable the inclusion of abs script. Signed-off-by: Andrew Fyfe Signed-off-by: Dan McGee --- scripts/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts/Makefile.am') 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 \ -- cgit v1.2.3-24-g4f1b