Files
archived-libusb/examples/Makefile.am
Daniel Drake 852bba4754 Initial commit
Basic library structure which supports enumerating detected USB devices
2007-12-02 22:54:59 +00:00

10 lines
196 B
Makefile

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