summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-04-09 11:32:27 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-04-09 11:32:27 +0000
commite136ab597105dcbe211ce0a1f49113b4cb14b1ca (patch)
tree244488da59cdc02ce9fab5da3c9e2d21ed19e49e /src/Makefile
parentdbcc0a5dd35fc8f1f743bf51e929254a993549f9 (diff)
downloadlibnsfb-e136ab597105dcbe211ce0a1f49113b4cb14b1ca.tar.gz
libnsfb-e136ab597105dcbe211ce0a1f49113b4cb14b1ca.tar.bz2
make 8bpp plotters work
svn path=/trunk/libnsfb/; revision=7071
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index db58c58..ebf9996 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,5 @@
# Sources
-DIR_SOURCES := libnsfb.c frontend.c frontend_sdl.c plot.c plot_util.c plotters.c 32bpp_plotters.c 16bpp_plotters.c
+DIR_SOURCES := libnsfb.c frontend.c frontend_sdl.c plot.c plot_util.c plotters.c 32bpp_plotters.c 16bpp_plotters.c 8bpp_plotters.c
#frontend_linux.c