summaryrefslogtreecommitdiffhomepage
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-11-10 23:35:47 -0500
commit0804e21f6e8a9683b7a3f9529a2fba1e502a9adc (patch)
tree5b93730ae6082e23645624a5bfcbc983af292616 /Makefile.in
parent18a88361a9eff9d3b2ca8cd95ad17795dfc9c9bc (diff)
downloadperk-0804e21f6e8a9683b7a3f9529a2fba1e502a9adc.tar.bz2
perk-0804e21f6e8a9683b7a3f9529a2fba1e502a9adc.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)