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

noinst_PROGRAMS = \
	vbltest

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