summaryrefslogtreecommitdiff
path: root/image/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-04 17:07:11 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-04 17:07:11 +0000
commitf7916866e3e4a81a2ba69d75b04ee6c45673429e (patch)
tree26da28cc369c93b376e1c39a6cd5bf19746b6cbc /image/Makefile
parent5a408069c95674bc6e591d0f3a65d3d810746a0f (diff)
downloadnetsurf-f7916866e3e4a81a2ba69d75b04ee6c45673429e.tar.gz
netsurf-f7916866e3e4a81a2ba69d75b04ee6c45673429e.tar.bz2
remove all references to using libMNG
Diffstat (limited to 'image/Makefile')
-rw-r--r--image/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/image/Makefile b/image/Makefile
index becd944cd..9992c5443 100644
--- a/image/Makefile
+++ b/image/Makefile
@@ -6,7 +6,6 @@ S_IMAGE_NO :=
S_IMAGE_$(NETSURF_USE_BMP) += bmp.c ico.c
S_IMAGE_$(NETSURF_USE_GIF) += gif.c
S_IMAGE_$(NETSURF_USE_JPEG) += jpeg.c
-S_IMAGE_$(NETSURF_USE_MNG) += mng.c
S_IMAGE_$(NETSURF_USE_ROSPRITE) += nssprite.c
S_IMAGE_$(NETSURF_USE_PNG) += png.c
S_IMAGE_$(NETSURF_USE_NSSVG) += svg.c