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

if HAVE_INSTALL_TESTS
bin_PROGRAMS = \
	modeprint
else
noinst_PROGRAMS = \
	modeprint
endif

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