summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/sw/xlib/Makefile
blob: c66938992812027e5fb07fda84e6972258a433a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TOP = ../../../../..
include $(TOP)/configs/current

LIBNAME = ws_xlib

LIBRARY_INCLUDES = \
	-I$(TOP)/src/gallium/include \
	-I$(TOP)/src/gallium/drivers \
	-I$(TOP)/src/gallium/auxiliary \
	$(X11_CFLAGS)

C_SOURCES = \
	xlib_sw_winsys.c 

include ../../../Makefile.template