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

17 lines
236 B
Makefile
Raw Normal View History

2017-02-04 22:38:00 -07:00
AM_CFLAGS = \
-pthread \
$(WARN_CFLAGS) \
2015-08-21 17:55:36 -06:00
-I$(top_srcdir)/include/drm \
-I$(top_srcdir)/nouveau \
-I$(top_srcdir)
LDADD = \
../../nouveau/libdrm_nouveau.la \
../../libdrm.la \
2017-02-04 22:38:00 -07:00
-ldl
2015-08-21 17:55:36 -06:00
TESTS = threaded
check_PROGRAMS = $(TESTS)