xenocara/lib/libdrm/tests/proptest/Makefile.am

22 lines
347 B
Makefile
Raw Normal View History

2016-03-20 04:19:44 -06:00
include Makefile.sources
2015-08-21 17:55:36 -06:00
AM_CFLAGS = \
$(WARN_CFLAGS)\
-I$(top_srcdir)/include/drm \
2016-03-20 04:19:44 -06:00
-I$(top_srcdir)/tests \
2015-08-21 17:55:36 -06:00
-I$(top_srcdir)
if HAVE_INSTALL_TESTS
bin_PROGRAMS = \
proptest
else
noinst_PROGRAMS = \
proptest
endif
2016-03-20 04:19:44 -06:00
proptest_SOURCES = $(PROPTEST_FILES)
2015-08-21 17:55:36 -06:00
proptest_LDADD = \
2016-03-20 04:19:44 -06:00
$(top_builddir)/libdrm.la \
$(top_builddir)/tests/util/libutil.la