From 480b2353d815540dca310edc8496da1d3f1b3295 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 30 Sep 2012 09:40:46 +0100 Subject: Split 32bpp support into xrgba, xbgr, and common. Should allow for BGR surfaces as well as RGB. --- src/plot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plot/Makefile') 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 -- cgit v1.2.3