From 3d4529335c598e79b5a483fedc4c9d5c12ef10f1 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 18 May 2015 00:02:17 +1000 Subject: libmakepkg: extract functions for source download and extraction Signed-off-by: Allan McRae --- scripts/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scripts/Makefile.am') diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 5cced98f..907dc4fa 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -43,6 +43,7 @@ libmakepkgdir = $(datarootdir)/makepkg LIBMAKEPKGDIRS = \ lint_package \ lint_pkgbuild \ + source \ tidy \ util @@ -73,6 +74,13 @@ LIBMAKEPKG_IN = \ libmakepkg/lint_pkgbuild/provides.sh \ libmakepkg/lint_pkgbuild/source.sh \ libmakepkg/lint_pkgbuild/util.sh \ + libmakepkg/source.sh \ + libmakepkg/source/bzr.sh \ + libmakepkg/source/file.sh \ + libmakepkg/source/git.sh \ + libmakepkg/source/hg.sh \ + libmakepkg/source/local.sh \ + libmakepkg/source/svn.sh \ libmakepkg/tidy.sh \ libmakepkg/tidy/docs.sh \ libmakepkg/tidy/emptydirs.sh \ -- cgit v1.2.3-24-g4f1b