2012-05-15 18:38:30 -03:00
|
|
|
AM_CFLAGS = \
|
2015-02-23 12:52:47 +00:00
|
|
|
$(WARN_CFLAGS)\
|
2012-05-15 18:38:30 -03:00
|
|
|
-I$(top_srcdir)/include/drm \
|
2015-12-09 18:37:39 +01:00
|
|
|
-I$(top_srcdir)/tests \
|
2012-05-15 18:38:30 -03:00
|
|
|
-I$(top_srcdir)
|
|
|
|
|
|
2015-03-06 16:54:40 +08:00
|
|
|
if HAVE_INSTALL_TESTS
|
|
|
|
|
bin_PROGRAMS = \
|
|
|
|
|
proptest
|
|
|
|
|
else
|
2012-05-15 18:38:30 -03:00
|
|
|
noinst_PROGRAMS = \
|
|
|
|
|
proptest
|
2015-03-06 16:54:40 +08:00
|
|
|
endif
|
2012-05-15 18:38:30 -03:00
|
|
|
|
|
|
|
|
proptest_SOURCES = \
|
|
|
|
|
proptest.c
|
|
|
|
|
proptest_LDADD = \
|
2015-12-09 18:37:39 +01:00
|
|
|
$(top_builddir)/libdrm.la \
|
|
|
|
|
$(top_builddir)/tests/util/libutil.la
|