summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-14 15:36:36 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-14 15:36:36 +0000
commit8e00cd50b181f8522d08760d64fe80fbe7a731bb (patch)
treec1009e3d97d8edb0695231a4ace2f37560a61a57 /Makefile
parent301c38b4b4a0aad10cb5f9e61016a98d97f03613 (diff)
downloadnetsurf-8e00cd50b181f8522d08760d64fe80fbe7a731bb.tar.gz
netsurf-8e00cd50b181f8522d08760d64fe80fbe7a731bb.tar.bz2
More shared objects
svn path=/trunk/netsurf/; revision=6783
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f8ca7e22d..f6efe77b6 100644
--- a/Makefile
+++ b/Makefile
@@ -450,6 +450,7 @@ ifeq ($(TARGET),amiga)
$(eval $(call feature_enabled,GIF,-DWITH_GIF,-lnsgif,NetSurf GIF decoder))
$(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG support))
$(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG rendering))
+ $(eval $(call feature_enabled,MNG,,-llcms -ljpeg,libmng extras))
CFLAGS += -D__USE_INLINE__ -std=c99 -I . -Dnsamiga
LDFLAGS += -lxml2 -lcurl -lpthread -lregex -lauto -lparserutils