summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-07 12:01:24 -0400
committermidipix <writeonce@midipix.org>2016-05-07 13:20:16 -0400
commitee82953fcded660d2930d922928bea7a1816de77 (patch)
treee610941452eeecf0241252b129d91f6fad3fccb5 /project
parent5656715d00886e277a14c77aafb87c6720a34d33 (diff)
downloadapimagic-ee82953fcded660d2930d922928bea7a1816de77.tar.bz2
apimagic-ee82953fcded660d2930d922928bea7a1816de77.tar.xz
build system: project: added custom header installation support.
Diffstat (limited to 'project')
-rw-r--r--project/custom.mk12
1 files changed, 12 insertions, 0 deletions
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