modetest: Use cairo (if available) to paint a better pattern.
[platform/upstream/libdrm.git] / tests / modetest / Makefile.am
1 AM_CFLAGS = \
2         -I$(top_srcdir)/shared-core \
3         -I$(top_srcdir)/libdrm/intel/ \
4         -I$(top_srcdir)/libdrm \
5         $(CAIRO_CFLAGS)
6
7 noinst_PROGRAMS = \
8         modetest
9
10 modetest_SOURCES = \
11         modetest.c
12 modetest_LDADD = \
13         $(top_builddir)/libdrm/libdrm.la \
14         $(top_builddir)/libdrm/intel/libdrm_intel.la \
15         $(CAIRO_LIBS)