From 33466000d63e88e7a2ac7b1278a5966595fba707 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 27 Jan 2015 10:57:00 +1000 Subject: makepkg: split PKGBUILD/makepkg.conf option checking to libmakepkg 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 5b61a6d8..1ad8050f 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -44,7 +44,8 @@ LIBMAKEPKGDIRS = \ util LIBMAKEPKG = \ - libmakepkg/util/message.sh + libmakepkg/util/message.sh \ + libmakepkg/util/option.sh LIBMAKEPKG_IN = \ libmakepkg/util.sh -- cgit v1.2.3