summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-01-30 22:09:54 +0000
committerOle Loots <ole@monochrom.net>2011-01-30 22:09:54 +0000
commit609b4118cfb75b74b971d78752a9864cb554caac (patch)
treec0fff9d633859d07e4a2ae096aae6aae71b31935 /atari/Makefile.target
parentfebed048a4dca7304418593f45abdf7adc05935c (diff)
downloadnetsurf-609b4118cfb75b74b971d78752a9864cb554caac.tar.gz
netsurf-609b4118cfb75b74b971d78752a9864cb554caac.tar.bz2
Added -DNO_IPV6, added search.c to the sources.
svn path=/trunk/netsurf/; revision=11542
Diffstat (limited to 'atari/Makefile.target')
-rw-r--r--atari/Makefile.target6
1 files changed, 3 insertions, 3 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index 6a5c374e3..1bf9d6d1c 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -5,7 +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
+CFLAGS += -I/usr/GEM/include -DNO_IPV6
LDFLAGS += -L/usr/GEM/lib -lcflib
CFLAGS += -DATARI_USE_FREETYPE $(shell freetype-config --cflags)
@@ -36,11 +36,11 @@ LDFLAGS += -L/usr/lib/ -lxml2 -lz -lHermes -liconv -L/usr/lib -lwindom -lldg -lg
# 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\
- font.c \
+ search.c font.c \
plot.c plot/plotter.c plot/plotter_vdi.c plot/eddi.s \
plot/font_vdi.c plot/font_freetype.c \
browser_win.c toolbar.c statusbar.c browser.c \
- global_evnt.c system_colour.c
+ global_evnt.c osspec.c
S_ATARI := $(addprefix atari/,$(S_ATARI))