summaryrefslogtreecommitdiffstats
path: root/etc
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 /etc
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 'etc')
-rw-r--r--etc/Makefile.am6
1 files changed, 5 insertions, 1 deletions
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