Rearranging to get into the format needed to build
[adaptation/panda/libdrm.git] / tests / vbltest / Makefile.am
1 AM_CFLAGS = \
2         -I$(top_srcdir)/include/drm \
3         -I$(top_srcdir)
4
5 noinst_PROGRAMS = \
6         vbltest
7
8 vbltest_SOURCES = \
9         vbltest.c
10 vbltest_LDADD = \
11         $(top_builddir)/libdrm.la