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

LIBNAME = xlib

LIBRARY_INCLUDES = \
	-I$(TOP)/include \
	-I$(TOP)/src/mesa

C_SOURCES = \
	glx_api.c \
	glx_getproc.c \
	glx_usefont.c \
	xm_api.c

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