summaryrefslogtreecommitdiff
path: root/content/handlers/image/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-02-17 12:07:06 +0000
committerVincent Sanders <vince@kyllikki.org>2019-02-17 12:07:06 +0000
commit09bbb4571b7343ab0c3163e46e8d37b3e0e02ee1 (patch)
tree50a83cdc0faebe77068c129ec55e62e8dc928c75 /content/handlers/image/Makefile
parente2d5ef5ebeea422dc5fd6117f3acf860ba7ab671 (diff)
downloadnetsurf-09bbb4571b7343ab0c3163e46e8d37b3e0e02ee1.tar.gz
netsurf-09bbb4571b7343ab0c3163e46e8d37b3e0e02ee1.tar.bz2
tidy up bmp and ico makefile entries to be one per line
Diffstat (limited to 'content/handlers/image/Makefile')
-rw-r--r--content/handlers/image/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/handlers/image/Makefile b/content/handlers/image/Makefile
index 541cd2cf9..e5ac3b555 100644
--- a/content/handlers/image/Makefile
+++ b/content/handlers/image/Makefile
@@ -3,8 +3,9 @@
# S_IMAGE are sources related to image management
S_IMAGE_YES := image.c image_cache.c
S_IMAGE_NO :=
-S_IMAGE_$(NETSURF_USE_BMP) += bmp.c ico.c
+S_IMAGE_$(NETSURF_USE_BMP) += bmp.c
S_IMAGE_$(NETSURF_USE_GIF) += gif.c
+S_IMAGE_$(NETSURF_USE_BMP) += ico.c
S_IMAGE_$(NETSURF_USE_JPEG) += jpeg.c
S_IMAGE_$(NETSURF_USE_ROSPRITE) += nssprite.c
S_IMAGE_$(NETSURF_USE_PNG) += png.c