1AM_CFLAGS = \ 2 -pthread \ 3 $(WARN_CFLAGS) \ 4 -I$(top_srcdir)/include/drm \ 5 -I$(top_srcdir)/nouveau \ 6 -I$(top_srcdir) 7 8LDADD = \ 9 ../../nouveau/libdrm_nouveau.la \ 10 ../../libdrm.la \ 11 -ldl 12 13TESTS = threaded 14 15check_PROGRAMS = $(TESTS) 16 17