diff options
author | midipix <writeonce@midipix.org> | 2016-05-05 21:09:30 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-06 11:03:41 -0400 |
commit | a5e87f1a1d5bb826aece34b16da80eaedd781f43 (patch) | |
tree | 6e25947bb7c3c0a2df30a2f7e145557de33b154f /project | |
parent | cc13115f5076ecda85fc1b195ebdafce8608427b (diff) | |
download | apimagic-a5e87f1a1d5bb826aece34b16da80eaedd781f43.tar.bz2 apimagic-a5e87f1a1d5bb826aece34b16da80eaedd781f43.tar.xz |
build system: always install headers with install-static and install-shared.
Diffstat (limited to 'project')
-rw-r--r-- | project/custom.mk | 10 |
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) |