From 1a17249159d2425dfd5103b8699673f72394a385 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 17 May 2015 22:57:44 +1000 Subject: libmakepkg: extract functions for handling source URLs Signed-off-by: Allan McRae --- scripts/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/Makefile.am') 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) \ -- cgit v1.2.3-24-g4f1b