summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/xlib/Makefile
blob: 68542b488df25f3e59bc1a9f9e9e41518d092394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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

C_SOURCES = \
	xlib_sw_winsys.c 

include ../../Makefile.template