From 19ec7637e38c6830d2dea7bfcc76b7f1808b8a2e Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Wed, 13 Aug 2008 14:14:49 +0000 Subject: Remove further stuff to make libns* libraries optional. svn path=/trunk/netsurf/; revision=5089 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3c6c91f5..568096913 100644 --- a/Makefile +++ b/Makefile @@ -300,7 +300,7 @@ ifeq ($(TARGET),gtk) $(shell $(PKG_CONFIG) --cflags libglade-2.0 gtk+-2.0) \ $(shell xml2-config --cflags) - GTKLDFLAGS := $(shell $(PKG_CONFIG) --cflags --libs libglade-2.0 gtk+-2.0 gthread-2.0 gmodule-2.0 lcms libnsgif libnsbmp) + GTKLDFLAGS := $(shell $(PKG_CONFIG) --cflags --libs libglade-2.0 gtk+-2.0 gthread-2.0 gmodule-2.0 lcms) CFLAGS += $(GTKCFLAGS) LDFLAGS += $(GTKLDFLAGS) -- cgit v1.2.3