summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/wrapper_macros.GNU1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index b9330ee2670..9d3e23f33e6 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -299,6 +299,7 @@ VBIN = $(BIN:%=%$(VAR))
ifdef shared_libs
ifdef static_libs
#### Build both shared and static libs.
+ BUILD = $(VSHLIB) $(SHLIBA) $(VLIB) $(VBIN)
else # ! static_libs
#### Build shared libs only.
ifeq ($(SHLIB),)