summaryrefslogtreecommitdiff
path: root/src/surface/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2013-03-20 11:49:00 +0000
committerVincent Sanders <vincent.sanders@collabora.co.uk>2013-03-20 11:49:00 +0000
commit4b1e1482c42b31277acf96377013e716521982aa (patch)
treeee1ac654ae49b5105e0b520baf5d198ea375fbc5 /src/surface/Makefile
parentab47efdb2ee3e0199fbfc3fa42aa1ac77794cf94 (diff)
downloadlibnsfb-4b1e1482c42b31277acf96377013e716521982aa.tar.gz
libnsfb-4b1e1482c42b31277acf96377013e716521982aa.tar.bz2
initial WIP wayland surface driver copied from x one and building
Diffstat (limited to 'src/surface/Makefile')
-rw-r--r--src/surface/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/surface/Makefile b/src/surface/Makefile
index 012d9cd..332d81d 100644
--- a/src/surface/Makefile
+++ b/src/surface/Makefile
@@ -13,4 +13,8 @@ ifeq ($(NSFB_VNC_AVAILABLE),yes)
DIR_SOURCES := $(DIR_SOURCES) vnc.c
endif
+ifeq ($(NSFB_WLD_AVAILABLE),yes)
+ DIR_SOURCES := $(DIR_SOURCES) wl.c
+endif
+
include $(NSBUILD)/Makefile.subdir