summaryrefslogtreecommitdiff
path: root/tests/proptest/Makefile.am
blob: 33b8705bc85f334ef9e61c564953bd2896e42325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include Makefile.sources

AM_CFLAGS = \
	$(WARN_CFLAGS)\
	-fvisibility=hidden \
	-I$(top_srcdir)/include/drm \
	-I$(top_srcdir)/tests \
	-I$(top_srcdir)

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

proptest_SOURCES = $(PROPTEST_FILES)

proptest_LDADD = \
	$(top_builddir)/libdrm.la \
	$(top_builddir)/tests/util/libutil.la