2012-04-04 07:51:34 +03:00
|
|
|
--- a/src/surface/Makefile
|
|
|
|
+++ b/src/surface/Makefile
|
|
|
|
@@ -1,16 +1,8 @@
|
2010-11-20 13:44:08 +02:00
|
|
|
# Sources
|
2012-04-04 07:51:34 +03:00
|
|
|
-DIR_SOURCES := surface.c able.c ram.c linux.c
|
|
|
|
+DIR_SOURCES := surface.c ram.c linux.c
|
2010-11-20 13:44:08 +02:00
|
|
|
|
2012-04-04 07:51:34 +03:00
|
|
|
ifeq ($(NSFB_SDL_AVAILABLE),yes)
|
|
|
|
DIR_SOURCES := $(DIR_SOURCES) sdl.c
|
|
|
|
endif
|
|
|
|
|
|
|
|
-ifeq ($(NSFB_XCB_AVAILABLE),yes)
|
|
|
|
- DIR_SOURCES := $(DIR_SOURCES) x.c
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
-ifeq ($(NSFB_VNC_AVAILABLE),yes)
|
|
|
|
- DIR_SOURCES := $(DIR_SOURCES) vnc.c
|
|
|
|
-endif
|
|
|
|
-
|
2010-11-20 13:44:08 +02:00
|
|
|
include build/makefiles/Makefile.subdir
|