configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.
[mesa.git] / src / gallium / winsys / g3dvl / dri / Makefile
1 TOP = ../../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = vldri
5
6 LIBRARY_INCLUDES = -I$(TOP)/src/gallium/winsys/g3dvl \
7 $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
8
9 C_SOURCES = \
10 driclient.c \
11 XF86dri.c \
12 dri2.c \
13 dri_winsys.c
14
15 include ../../../Makefile.template