8 lines
156 B
Makefile
8 lines
156 B
Makefile
|
|
AM_CPPFLAGS = -I$(top_srcdir)/libusb
|
||
|
|
LDADD = ../libusb/libusb-1.0.la
|
||
|
|
LIBS =
|
||
|
|
|
||
|
|
noinst_PROGRAMS = stress
|
||
|
|
|
||
|
|
stress_SOURCES = stress.c libusb_testlib.h testlib.c
|