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