diff options
author | midipix <writeonce@midipix.org> | 2016-05-05 21:09:30 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-06 11:02:24 -0400 |
commit | 1bf01cd47fea1a9a2e9699c8620616d69a388729 (patch) | |
tree | c8da378f3e8833afe8fed8f883fd48a43596090a /project | |
parent | 324cf17acada424d2101f756b3ab96ea0376f610 (diff) | |
download | sofort-1bf01cd47fea1a9a2e9699c8620616d69a388729.tar.bz2 sofort-1bf01cd47fea1a9a2e9699c8620616d69a388729.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) |