diff options
Diffstat (limited to 'etc/Makefile.am')
-rw-r--r-- | etc/Makefile.am | 6 |
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 |