summaryrefslogtreecommitdiff
path: root/src/surface/Makefile
blob: 6eddcb6ab0cdb49654b5875e6afd4fe70fbbb935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Sources
DIR_SOURCES := surface.c vnc.c able.c ram.c linux.c

ifeq ($(NSFB_SDL_AVAILABLE),yes)
  DIR_SOURCES := $(DIR_SOURCES) sdl.c
endif

ifeq ($(NSFB_XCB_AVAILABLE),yes)
  DIR_SOURCES := $(DIR_SOURCES) x.c
endif

include build/makefiles/Makefile.subdir