summaryrefslogtreecommitdiff
path: root/tests/vbltest/Makefile.am
blob: f99b6a23a9f05c0be9c310f57687a6be5e9cddc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AM_CFLAGS = \
	-I$(top_srcdir)/include/drm \
	-I$(top_srcdir)
if HAVE_INSTALL_TESTS
noinst_PROGRAMS = \
	vbltest
else
noinst_PROGRAMS = \
	vbltest
endif

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