diff options
Diffstat (limited to 'scripts/libmakepkg/meson.build')
-rw-r--r-- | scripts/libmakepkg/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/libmakepkg/meson.build b/scripts/libmakepkg/meson.build index 872e61ca..bfba56a5 100644 --- a/scripts/libmakepkg/meson.build +++ b/scripts/libmakepkg/meson.build @@ -1,4 +1,5 @@ libmakepkg_modules = [ + { 'name' : 'buildenv', 'has_subdir' : true }, { 'name' : 'executable', 'has_subdir' : true }, { 'name' : 'integrity', 'has_subdir' : true }, { 'name' : 'lint_config', 'has_subdir' : true }, |