scons: Fix SCons build infrastructure for FreeBSD.
[mesa.git] / src / gallium / winsys / sw / wayland / Makefile
1 TOP = ../../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = ws_wayland
5
6 LIBRARY_INCLUDES = $(WAYLAND_CFLAGS)
7
8 LIBRARY_DEFINES =
9
10 C_SOURCES = \
11 wayland_sw_winsys.c
12
13 include ../../../Makefile.template