summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-05-12 23:08:22 +1000
committerAllan McRae <allan@archlinux.org>2015-05-16 14:10:42 +1000
commitd38c098787ebbedb0f55742dd547a20a7362b0cb (patch)
treed9db959cf289220b8d68324969a5ffe7d4595727 /scripts/Makefile.am
parent83b734a103016f08e63e03e1e803c327584e3721 (diff)
libmakepkg: extract in_array
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 3dfd903a..4a54b8d8 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -48,7 +48,8 @@ LIBMAKEPKGDIRS = \
LIBMAKEPKG = \
libmakepkg/util/message.sh \
libmakepkg/util/option.sh \
- libmakepkg/util/pkgbuild.sh
+ libmakepkg/util/pkgbuild.sh \
+ libmakepkg/util/util.sh
LIBMAKEPKG_IN = \
libmakepkg/lint_package.sh \