aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/g3dvl/dri/Makefile
blob: dcd58ef6d2e2684bf951c803e71d30641aa51068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 \
	dri_winsys.c

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