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 --- etc/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/Makefile.am b/etc/Makefile.am index b26a3e6c..733526c3 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,8 @@ -SUBDIRS = pacman.d abs +SUBDIRS = pacman.d + +if INCLUDE_ABS +SUBDIRS += abs +endif dist_sysconf_DATA = makepkg.conf pacman.conf EXTRA_DIST = makepkg.conf.in pacman.conf.in -- cgit v1.2.3-24-g4f1b