index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Que Quotion <quequotion@gmail.com> | 2018-11-27 18:23:00 +0900 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-11-27 22:48:43 +1000 |
commit | 0bb04fa16a82db133dd010478c1256bc8500c5e7 (patch) | |
tree | 21ca195cdffbe3f1315b25a3b16bd1366d556941 /scripts/libmakepkg/meson.build | |
parent | d81b5cc2a5193a344fc6f9cbf72d406d5597d85b (diff) |
-rw-r--r-- | scripts/libmakepkg/meson.build | 1 |
diff --git a/scripts/libmakepkg/meson.build b/scripts/libmakepkg/meson.build index 07475b4d..872e61ca 100644 --- a/scripts/libmakepkg/meson.build +++ b/scripts/libmakepkg/meson.build @@ -1,4 +1,5 @@ libmakepkg_modules = [ + { 'name' : 'executable', 'has_subdir' : true }, { 'name' : 'integrity', 'has_subdir' : true }, { 'name' : 'lint_config', 'has_subdir' : true }, { 'name' : 'lint_package', 'has_subdir' : true }, |