libdrm_vigs: Scanout flag added to surfaces
[platform/upstream/libdrm.git] / tests / modeprint / Makefile.am
1 AM_CFLAGS = \
2         -I$(top_srcdir)/include/drm \
3         -I$(top_srcdir)
4
5 if HAVE_INSTALL_TESTS
6 bin_PROGRAMS = \
7         modeprint
8 else
9 noinst_PROGRAMS = \
10         modeprint
11 endif
12
13 modeprint_SOURCES = \
14         modeprint.c
15 modeprint_LDADD = \
16         $(top_builddir)/libdrm.la