summaryrefslogtreecommitdiff
path: root/tests/modeprint/Makefile.am
blob: c4862acd53867f9e18c83e63b31965b5d8cee5d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
AM_CFLAGS = \
	-I$(top_srcdir)/include/drm \
	-I$(top_srcdir)

noinst_PROGRAMS = \
	modeprint

modeprint_SOURCES = \
	modeprint.c
modeprint_LDADD = \
	$(top_builddir)/libdrm.la