diff options
author | midipix <writeonce@midipix.org> | 2016-05-05 21:09:30 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:45 -0500 |
commit | 0eaaffb757331e8f21a19b3f6204b8743b70f953 (patch) | |
tree | 820d2bda2c28e6d0b0306ea32916f2e03151ad29 /project | |
parent | 591339c4a2b95070209e49918935b4eabd53c6f8 (diff) | |
download | perk-0eaaffb757331e8f21a19b3f6204b8743b70f953.tar.bz2 perk-0eaaffb757331e8f21a19b3f6204b8743b70f953.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) |