summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/g3dvl/dri/Makefile
blob: 572571da9c2352eeb570f3634077253a80a34f13 (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