From 2dd32c7adb7116f1ad9ab2632d9fcf57a31e9fa2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 21 Nov 2011 08:44:10 +0000 Subject: Improve API to allow for RAM surfaces instead of direct blitting Improve and update tests Fix RAM surface Fix VNC surface svn path=/trunk/libnsfb/; revision=13158 --- src/surface/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/surface/Makefile') diff --git a/src/surface/Makefile b/src/surface/Makefile index 6eddcb6..21547a5 100644 --- a/src/surface/Makefile +++ b/src/surface/Makefile @@ -1,5 +1,5 @@ # Sources -DIR_SOURCES := surface.c vnc.c able.c ram.c linux.c +DIR_SOURCES := surface.c able.c ram.c linux.c ifeq ($(NSFB_SDL_AVAILABLE),yes) DIR_SOURCES := $(DIR_SOURCES) sdl.c @@ -9,4 +9,8 @@ ifeq ($(NSFB_XCB_AVAILABLE),yes) DIR_SOURCES := $(DIR_SOURCES) x.c endif +ifeq ($(NSFB_VNC_AVAILABLE),yes) + DIR_SOURCES := $(DIR_SOURCES) vnc.c +endif + include build/makefiles/Makefile.subdir -- cgit v1.2.3