From 0eaaffb757331e8f21a19b3f6204b8743b70f953 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 5 May 2016 21:09:30 -0400 Subject: build system: always install headers with install-static and install-shared. --- project/custom.mk | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'project') 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) -- cgit v1.2.3