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

LIBNAME = xlib

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

C_SOURCES = \
	glxapi.c \
	fakeglx.c \
	fakeglx_fonts.c \
	xm_api.c

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