From 508b4e3ec0cb3e365942f4dc0626edda4789932b Mon Sep 17 00:00:00 2001 From: Que Quotion Date: Tue, 27 Nov 2018 18:23:02 +0900 Subject: Split prepare_buildenv() to libmakepkg This opens the door for third parties to provide libmakepkg extentions for the purpose of altering the build environment. Signed-off-by: Que Quotion Signed-off-by: Allan McRae --- scripts/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/Makefile.am') diff --git a/scripts/Makefile.am b/scripts/Makefile.am index b4c53953..dc2d8e5e 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -40,6 +40,7 @@ LIBRARY = \ libmakepkgdir = $(datarootdir)/makepkg LIBMAKEPKGDIRS = \ + buildenv \ executable \ integrity \ lint_config \ @@ -61,6 +62,11 @@ LIBMAKEPKG_IN = \ libmakepkg/executable/strip.sh \ libmakepkg/executable/sudo.sh \ libmakepkg/executable/vcs.sh \ + libmakepkg/buildenv.sh \ + libmakepkg/buildenv/buildflags.sh \ + libmakepkg/buildenv/compiler.sh \ + libmakepkg/buildenv/debugflags.sh \ + libmakepkg/buildenv/makeflags.sh \ libmakepkg/integrity.sh \ libmakepkg/integrity/generate_checksum.sh \ libmakepkg/integrity/generate_signature.sh \ -- cgit v1.2.3-54-g00ecf