Rearranging to get into the format needed to build
[adaptation/panda/libdrm.git] / tests / modetest / Makefile.am
1 AM_CFLAGS = \
2         -I$(top_srcdir)/include/drm \
3         -I$(top_srcdir)/libkms/ \
4         -I$(top_srcdir) \
5         $(CAIRO_CFLAGS)
6
7 noinst_PROGRAMS = \
8         modetest
9
10 modetest_SOURCES = \
11         buffers.c modetest.c buffers.h
12
13 modetest_LDADD = \
14         $(top_builddir)/libdrm.la \
15         $(top_builddir)/libkms/libkms.la \
16         $(CAIRO_LIBS)