summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx/xlib/Makefile
blob: 1158de2d13e77d649ad274c3a7aa070d45bf2024 (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 = \
	glx_getproc.c \
	fakeglx.c \
	glx_usefont.c \
	xm_api.c

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