• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1AM_CPPFLAGS = -I$(top_srcdir)/libusb
2LDADD = ../libusb/libusb-1.0.la
3LIBS =
4
5noinst_PROGRAMS = stress
6
7stress_SOURCES = stress.c libusb_testlib.h testlib.c
8