mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-23 01:25:31 -04:00
196acee784
* Also fix missing header in release tarball
7 lines
150 B
Makefile
7 lines
150 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/libusb
|
|
LDADD = ../libusb/libusb-1.0.la
|
|
|
|
noinst_PROGRAMS = stress
|
|
|
|
stress_SOURCES = stress.c libusbx_testlib.h testlib.c
|