Toby Gray | 21cf6e4 | 2012-11-21 14:00:31 +0000 | [diff] [blame] | 1 | AM_CPPFLAGS = -I$(top_srcdir)/libusb |
2 | LDADD = ../libusb/libusb-1.0.la | ||||
Chris Dickens | 9a1bc8c | 2020-03-30 12:28:11 -0700 | [diff] [blame] | 3 | LIBS = |
Toby Gray | 21cf6e4 | 2012-11-21 14:00:31 +0000 | [diff] [blame] | 4 | |
5 | noinst_PROGRAMS = stress | ||||
6 | |||||
hjelmn@cs.unm.edu | 1eff220 | 2014-01-08 23:50:34 +0000 | [diff] [blame] | 7 | stress_SOURCES = stress.c libusb_testlib.h testlib.c |