summaryrefslogtreecommitdiff
path: root/src/plot/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-01-20 17:18:28 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-01-20 17:18:28 +0000
commit131b6c4a00575c9e996a9ae60c90a9647fb5ef75 (patch)
treedba439673b801a22a833270dbd615628bf0614e4 /src/plot/Makefile
parenta3097232844a20ea918d63722dbe6a7c71493bab (diff)
downloadlibnsfb-131b6c4a00575c9e996a9ae60c90a9647fb5ef75.tar.gz
libnsfb-131b6c4a00575c9e996a9ae60c90a9647fb5ef75.tar.bz2
move plot functions to their own sub directory
fix 8 and 16bpp plotters when used with cursor svn path=/trunk/libnsfb/; revision=9850
Diffstat (limited to 'src/plot/Makefile')
-rw-r--r--src/plot/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plot/Makefile b/src/plot/Makefile
new file mode 100644
index 0000000..0c51c02
--- /dev/null
+++ b/src/plot/Makefile
@@ -0,0 +1,4 @@
+# Sources
+DIR_SOURCES := api.c util.c generic.c 32bpp.c 16bpp.c 8bpp.c
+
+include build/makefiles/Makefile.subdir