From e4e9c115a8017ac4510a7a81411f084dbca0c41e Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 22 Feb 2011 21:10:23 +0000 Subject: Merged Makefile svn path=/trunk/netsurf/; revision=11761 --- atari/Makefile.target | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/atari/Makefile.target b/atari/Makefile.target index a308a8267..dff5baeae 100644 --- a/atari/Makefile.target +++ b/atari/Makefile.target @@ -5,8 +5,7 @@ $(eval $(call feature_enabled,MNG,-DWITH_MNG,-lmng,PNG/MNG/JNG (libmng))) $(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG (libpng) )) -CFLAGS += -I/usr/GEM/include -LDFLAGS += -L/usr/GEM/lib -lcflib +LDFLAGS += -lcflib CFLAGS += -DATARI_USE_FREETYPE $(shell freetype-config --cflags) LDFLAGS += $(shell freetype-config --libs) -- cgit v1.2.3