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

LIBNAME = vldri

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

C_SOURCES = \
	dri_winsys.c

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