From 131b6c4a00575c9e996a9ae60c90a9647fb5ef75 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 20 Jan 2010 17:18:28 +0000 Subject: move plot functions to their own sub directory fix 8 and 16bpp plotters when used with cursor svn path=/trunk/libnsfb/; revision=9850 --- src/plot/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/plot/Makefile (limited to 'src/plot/Makefile') 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 -- cgit v1.2.3