From 0804e21f6e8a9683b7a3f9529a2fba1e502a9adc Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 7 May 2016 12:01:24 -0400 Subject: build system: project: added custom header installation support. --- project/custom.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'project') diff --git a/project/custom.mk b/project/custom.mk index 3845121..8f9fabb 100644 --- a/project/custom.mk +++ b/project/custom.mk @@ -50,3 +50,15 @@ app-tag: PACKAGE_APP = $(DEFAULT_APP) app.tag: $(DEFAULT_APP) endif + + + +ifeq ($(CUSTOM_INSTALL_HEADERS),yes) + +install-headers:install-headers-custom + +else + +install-headers:install-headers-default + +endif -- cgit v1.2.3