aboutsummaryrefslogtreecommitdiff
path: root/tests/vbltest/Makefile.am
blob: 89bc83288159aadd9fc0a80e1b2962feb0f43e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AM_CFLAGS = \
	-I$(top_srcdir)/include/drm \
	-I$(top_srcdir)/intel/ \
	-I$(top_srcdir)

noinst_PROGRAMS = \
	vbltest

vbltest_SOURCES = \
	vbltest.c
vbltest_LDADD = \
	$(top_builddir)/libdrm.la \
	$(top_builddir)/intel/libdrm_intel.la