Remove further stuff to make libns* libraries optional.

svn path=/trunk/netsurf/; revision=5089
This commit is contained in:
Rob Kendrick 2008-08-13 14:14:49 +00:00
parent 9e68e32338
commit 19ec7637e3
1 changed files with 1 additions and 1 deletions

View File

@ -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)