Sign in
flutter
/
third_party
/
libusb
/
852bba4754ec57679c823f33e8feba6e4a564cbe
/
.
/
examples
/
Makefile.am
blob: 8aa3cc29caa80a0e8f75e11a437ceaffe0683902 [
file
] [
log
] [
blame
]
INCLUDES
=
-
I$
(
top_srcdir
)
noinst_PROGRAMS
=
lsusb dpfp
lsusb_SOURCES
=
lsusb
.
c
lsusb_LDADD
=
../
libfpusb
/
libfpusb
.
la
-
lfpusb
dpfp_SOURCES
=
dpfp
.
c
dpfp_LDADD
=
../
libfpusb
/
libfpusb
.
la
-
lfpusb