OSDN Git Service

tests: add new vblank test
[android-x86/external-libdrm.git] / tests / vbltest / Makefile.am
1 AM_CFLAGS = \
2         -I$(top_srcdir)/include/drm \
3         -I$(top_srcdir)/intel/ \
4         -I$(top_srcdir)
5
6 noinst_PROGRAMS = \
7         vbltest
8
9 vbltest_SOURCES = \
10         vbltest.c
11 vbltest_LDADD = \
12         $(top_builddir)/libdrm.la \
13         $(top_builddir)/intel/libdrm_intel.la