summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-05-17 14:57:44 +0200
committerAllan McRae <allan@archlinux.org>2015-05-19 15:43:00 +0200
commit1a17249159d2425dfd5103b8699673f72394a385 (patch)
treeaf92d99475be9f34511dc751b589f8fe62baf604 /scripts/Makefile.am
parent366adc3bb07f0082c8417e60fe7fc41fff211123 (diff)
downloadpacman-1a17249159d2425dfd5103b8699673f72394a385.tar.gz
pacman-1a17249159d2425dfd5103b8699673f72394a385.tar.xz
libmakepkg: extract functions for handling source URLs
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index fb32f162..5cced98f 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -83,7 +83,8 @@ LIBMAKEPKG_IN = \
libmakepkg/tidy/strip.sh \
libmakepkg/tidy/upx.sh \
libmakepkg/tidy/zipman.sh \
- libmakepkg/util.sh
+ libmakepkg/util.sh \
+ libmakepkg/util/source.sh
LIBMAKEPKG_DIST = \
$(LIBMAKEPKG) \