summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/g3dvl/dri/Makefile
blob: b270e780fec286adf29da7ac4db1a315304de3fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TOP = ../../../../..
include $(TOP)/configs/current

LIBNAME = vldri

LIBRARY_INCLUDES = -I$(TOP)/src/gallium/winsys/g3dvl \
                   $(shell pkg-config libdrm --cflags-only-I)

C_SOURCES = \
	driclient.c \
	XF86dri.c \
	dri2.c \
	dri_winsys.c

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