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

noinst_PROGRAMS = \
	modeprint

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