mesa-drm/tests/proptest/Makefile.am
2019-10-16 17:33:28 -04:00

22 lines
370 B
Makefile

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