mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-19 12:54:36 -04:00
e9364d7215
I've taken over the libusb project, and what was previously known as fpusb will eventually be released as libusb-1.0.
10 lines
200 B
Makefile
10 lines
200 B
Makefile
INCLUDES = -I$(top_srcdir)
|
|
noinst_PROGRAMS = lsusb dpfp
|
|
|
|
lsusb_SOURCES = lsusb.c
|
|
lsusb_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
|
|
|
|
dpfp_SOURCES = dpfp.c
|
|
dpfp_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
|
|
|