Rename to libusb-1.0
[platform/upstream/libusb.git] / examples / Makefile.am
1 INCLUDES = -I$(top_srcdir)
2 noinst_PROGRAMS = lsusb dpfp
3
4 lsusb_SOURCES = lsusb.c
5 lsusb_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
6
7 dpfp_SOURCES = dpfp.c
8 dpfp_LDADD = ../libusb/libusb-1.0.la -lusb-1.0
9