summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-25 13:27:44 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-25 13:27:44 +0000
commit3e38e71089bb9681243399373823dcb93084a796 (patch)
tree66a26c04116515d3d073e82aa98c3fbeb5f3a545 /Makefile
parent8124d3d5ad0e83b1f0b26796cf84e8fa4b563a66 (diff)
downloadnetsurf-3e38e71089bb9681243399373823dcb93084a796.tar.gz
netsurf-3e38e71089bb9681243399373823dcb93084a796.tar.bz2
Include Amiga-specific options
svn path=/trunk/netsurf/; revision=5198
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd80a12a8..52afa24c1 100644
--- a/Makefile
+++ b/Makefile
@@ -416,7 +416,7 @@ ifeq ($(TARGET),amiga)
$(eval $(call feature_enabled,BMP,-DWITH_BMP,-lnsbmp,NetSurf BMP decoder))
$(eval $(call feature_enabled,GIF,-DWITH_GIF,-lnsgif,NetSurf GIF decoder))
- CFLAGS += -mcrt=newlib -D__USE_INLINE__ -std=c99 -I .
+ CFLAGS += -mcrt=newlib -D__USE_INLINE__ -std=c99 -I . -Dnsamiga
LDFLAGS += -lxml2 -lcurl -lm -lsocket -lpthread -lregex -lauto -lraauto -lssl -lcrypto -lamisslauto -mcrt=newlib
endif