mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Combine static/dynamic build.
This commit is contained in:
parent
d68a82ecbd
commit
8398c19ca4
@ -29,10 +29,10 @@ include ../make.tmpl
|
||||
.PHONY: install_dynamic install_static \
|
||||
install_@interface@ install_@interface@_static
|
||||
|
||||
INSTALL_TYPE = install_dynamic
|
||||
|
||||
ifeq ("@STATIC_LINK@", "yes")
|
||||
INSTALL_TYPE = install_static
|
||||
else
|
||||
INSTALL_TYPE = install_dynamic
|
||||
INSTALL_TYPE += install_static
|
||||
endif
|
||||
|
||||
install: $(INSTALL_TYPE)
|
||||
|
Loading…
Reference in New Issue
Block a user