aboutsummaryrefslogtreecommitdiff
path: root/tests/modetest/Makefile.am
blob: 16f5e99535c8efd2f81e4e2b0c8b2c842b062527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AM_CFLAGS = \
	-I$(top_srcdir)/include/drm \
	-I$(top_srcdir)/intel/ \
	-I$(top_srcdir) \
	$(CAIRO_CFLAGS)

noinst_PROGRAMS = \
	modetest

modetest_SOURCES = \
	modetest.c
modetest_LDADD = \
	$(top_builddir)/libdrm.la \
	$(top_builddir)/intel/libdrm_intel.la \
	$(CAIRO_LIBS)