summaryrefslogtreecommitdiff
path: root/src/plot/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-09-30 09:40:46 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-09-30 09:40:46 +0100
commit480b2353d815540dca310edc8496da1d3f1b3295 (patch)
tree1103a068d8674cca5c38047f172ba1167cafde74 /src/plot/Makefile
parent1fbc4a8b2dfc030f174aaf475f7ea6820864d1a3 (diff)
downloadlibnsfb-480b2353d815540dca310edc8496da1d3f1b3295.tar.gz
libnsfb-480b2353d815540dca310edc8496da1d3f1b3295.tar.bz2
Split 32bpp support into xrgba, xbgr, and common. Should allow for BGR surfaces as well as RGB.
Diffstat (limited to 'src/plot/Makefile')
-rw-r--r--src/plot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plot/Makefile b/src/plot/Makefile
index e99f440..71ebc61 100644
--- a/src/plot/Makefile
+++ b/src/plot/Makefile
@@ -1,4 +1,4 @@
# Sources
-DIR_SOURCES := api.c util.c generic.c 32bpp.c 16bpp.c 8bpp.c
+DIR_SOURCES := api.c util.c generic.c 32bpp-xrgb8888.c 32bpp-xbgr8888.c 16bpp.c 8bpp.c
include $(NSBUILD)/Makefile.subdir