summaryrefslogtreecommitdiff
path: root/amiga/Makefile.target
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-02-21 23:10:36 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-02-21 23:10:36 +0000
commit70df2d197d308bebe5155600524bd3ac678dfab5 (patch)
treeeaaae4ef64a3dc8fceacf12162f58c508552ecb7 /amiga/Makefile.target
parent486593df35b7081afbfb79836a0f0ad196bcb648 (diff)
downloadnetsurf-70df2d197d308bebe5155600524bd3ac678dfab5.tar.gz
netsurf-70df2d197d308bebe5155600524bd3ac678dfab5.tar.bz2
Attempt replacement of memory allocation functions with primitive working alternatives
Diffstat (limited to 'amiga/Makefile.target')
-rw-r--r--amiga/Makefile.target3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/Makefile.target b/amiga/Makefile.target
index dc79479c5..b2e3db957 100644
--- a/amiga/Makefile.target
+++ b/amiga/Makefile.target
@@ -61,6 +61,7 @@ else
ifeq ($(SUBTARGET),os3)
LDFLAGS += -lpbl -liconv
else
+ CFLAGS += -DAMIGA_NETSURF_REPLACE_ALLOC
LDFLAGS += -lauto -lpbl -liconv
endif
endif
@@ -80,7 +81,7 @@ S_AMIGA := gui.c tree.c history.c hotlist.c schedule.c file.c \
sslcert.c gui_options.c print.c theme.c drag.c icon.c system_colour.c \
datatypes.c dt_picture.c dt_anim.c dt_sound.c plugin_hack.c \
stringview/stringview.c stringview/urlhistory.c \
- agclass/amigaguide_class.c
+ agclass/amigaguide_class.c alloc.c
S_AMIGA := $(addprefix amiga/,$(S_AMIGA))
# This is the final source build list