diff options
author | midipix <writeonce@midipix.org> | 2016-05-05 21:09:30 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-05 21:15:45 -0400 |
commit | ae90c39a29a715139e4d47c253433b293a23a985 (patch) | |
tree | 21cc2ec5f334714356ca18838ae4a4129ff23f1e /project/custom.mk | |
parent | b8cbcb028a66fde4b3bc5b83ad07b3be6b93d11b (diff) | |
download | slibtool-ae90c39a29a715139e4d47c253433b293a23a985.tar.bz2 slibtool-ae90c39a29a715139e4d47c253433b293a23a985.tar.xz |
build system: always install headers with install-static and install-shared.
Diffstat (limited to 'project/custom.mk')
-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) |