summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
parent5656715d00886e277a14c77aafb87c6720a34d33 (diff)
downloadapimagic-ee82953fcded660d2930d922928bea7a1816de77.tar.bz2
apimagic-ee82953fcded660d2930d922928bea7a1816de77.tar.xz
build system: project: added custom header installation support.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ab066e4..c6e5d5c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,6 +2,7 @@ PACKAGE = @package@
NICKNAME = @nickname@
PROJECT_DIR = @project_dir@
GIT_REFERENCE_DIR = @git_reference_dir@
+CUSTOM_INSTALL_HEADERS = @custom_install_headers@
BUILD = @build@
HOST = @host@
@@ -124,7 +125,7 @@ app.tag:
install-libs: package-install-shared
install-libs: package-install-static
-install-headers:package-shared package-static
+install-headers-default:
mkdir -p $(DESTDIR)$(INCLUDEDIR)/$(PACKAGE)
cp $(API_HEADERS) $(DESTDIR)$(INCLUDEDIR)/$(PACKAGE)