From 3672f04ea3cd3c1d96675f801c1faea775850a68 Mon Sep 17 00:00:00 2001 From: theraven Date: Wed, 26 May 2010 19:41:03 +0000 Subject: [PATCH] Default to installing libobjc2 headers --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index f05cfb5..f1c7d88 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -41,7 +41,7 @@ libobjc_C_FILES = \ libobjc_HEADER_FILES_DIR = objc libobjc_HEADER_FILES_INSTALL_DIR = objc -ifeq ($(install_headers), yes) +ifneq ($(install_headers), no) libobjc_HEADER_FILES = \ Availability.h\ NXConstStr.h\