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