From bc769f00481213be9832c35e9d09aeb857413d30 Mon Sep 17 00:00:00 2001 From: Stéphane Aulery Date: Wed, 26 Nov 2014 18:50:15 +0100 Subject: Drop a dependency for the unused external function strcasestr (2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Aulery Signed-off-by: Gerd Hoffmann --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index fdd5091..2d18ab4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -74,7 +74,7 @@ PKG_CONFIG = pkg-config ######################################################################## # conditional stuff -includes = ENDIAN_H STRCASESTR STRSIGNAL NEW_EXIF +includes = ENDIAN_H STRSIGNAL NEW_EXIF libraries = PCD GIF PNG TIFF WEBP CURL SANE LIRC ida_libs = PCD GIF PNG TIFF WEBP CURL SANE fbi_libs = PCD GIF PNG TIFF WEBP CURL LIRC -- cgit