summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-05 21:09:30 -0400
committermidipix <writeonce@midipix.org>2016-11-11 00:22:42 -0500
commitb3c01c57b857132e77efa75517295b5397a51914 (patch)
tree330ad0e2da2cc9688451761589c659af3c3da69e /project
parent598a7f6e0b58b9ac1e381cb6454810bc616c953e (diff)
downloadmdso-b3c01c57b857132e77efa75517295b5397a51914.tar.bz2
mdso-b3c01c57b857132e77efa75517295b5397a51914.tar.xz
build system: always install headers with install-static and install-shared.
Diffstat (limited to 'project')
-rw-r--r--project/custom.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/project/custom.mk b/project/custom.mk
index 056855d..b0adcdd 100644
--- a/project/custom.mk
+++ b/project/custom.mk
@@ -24,16 +24,6 @@ package-shared: shared
package-install-shared: install-shared
endif
-ifneq ($(DISABLE_STATIC),yes)
-package-install-headers:install-headers
-
-else ifneq ($(DISABLE_SHARED),yes)
-package-install-headers:install-headers
-
-else
-package-install-headers:
-endif
-
ifeq ($(ALL_STATIC),yes)