summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-04-07 21:21:45 +0000
committerOle Loots <ole@monochrom.net>2012-04-07 21:21:45 +0000
commitbb82d83cc1ccaadb1816b6e99461b46e424df78e (patch)
treec6cadff629dc04cad48782a070c5a8d1925b5730 /atari
parent7bfcbe1e1e9f2f149f5577acbaf8c6831b90f5ac (diff)
downloadnetsurf-bb82d83cc1ccaadb1816b6e99461b46e424df78e.tar.gz
netsurf-bb82d83cc1ccaadb1816b6e99461b46e424df78e.tar.bz2
Added linkage to libdom.
svn path=/trunk/netsurf/; revision=13831
Diffstat (limited to 'atari')
-rw-r--r--atari/Makefile.target10
1 files changed, 7 insertions, 3 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index f384bcee3..27538817d 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -3,6 +3,7 @@
# ----------------------------------------------------------------------------
$(eval $(call feature_enabled,MNG,-DWITH_MNG,-lmng,PNG/MNG/JNG (libmng)))
+$(eval $(call feature_enabled,GD_PLOTTER,-DWITH_GD_PLOTTER,-lgd,GD Plotter (libgd) ))
$(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG (libpng) ))
CFLAGS += -DATARI_USE_FREETYPE $(shell freetype-config --cflags)
@@ -27,17 +28,20 @@ CFLAGS += -U__STRICT_ANSI__ -std=c99 -I. -Dsmall $(WARNFLAGS) -Dnsatari \
$(shell $(PKG_CONFIG) --cflags libcurl )
LDFLAGS += -lcurl
-LDFLAGS += -lhubbub -lcss -lparserutils -lwapcaplet
+LDFLAGS += -lcss -lparserutils -ldom -lwapcaplet -lhubbub
LDFLAGS += -lssl -lcrypto
-LDFLAGS += -lxml2 -lz -liconv -lHermes -lwindom -lgem -lm
+LDFLAGS += -lxml2 -lz -liconv -lcares -lHermes -lwindom -lgem -lm
# S_ATARI are sources purely for the Atari FreeMiNT build
S_ATARI := gui.c findfile.c filetype.c misc.c bitmap.c schedule.c \
download.c thumbnail.c login.c verify_ssl.c treeview.c hotlist.c history.c\
search.c font.c \
- plot.c plot/plotter.c plot/plotter_vdi.c plot/eddi.s \
+ plot.c plot/plotter.c \
+ plot/plotter_vdi.c \
+ plot/plotter_gd.c \
plot/font_vdi.c plot/font_freetype.c plot/font_internal.c \
+ plot/eddi.s \
redrawslots.c encoding.c \
browser_win.c toolbar.c statusbar.c browser.c \
global_evnt.c osspec.c dragdrop.c system_colour.c \