diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-01-04 00:40:49 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-01-04 00:40:49 +0000 |
commit | e9364d72151ae1de9cce4175f330fe1529f02511 (patch) | |
tree | e35018489b61b7db019795563fca0339434e2c93 /examples/Makefile.am | |
parent | f4ed0b6a3e0a20555fdfc9e9b8be7e8a2c8ae192 (diff) | |
download | libusb-e9364d72151ae1de9cce4175f330fe1529f02511.tar.gz |
Rename to libusb-1.0
I've taken over the libusb project, and what was previously known as fpusb
will eventually be released as libusb-1.0.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 8aa3cc2..dbc45d6 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -2,8 +2,8 @@ INCLUDES = -I$(top_srcdir) noinst_PROGRAMS = lsusb dpfp lsusb_SOURCES = lsusb.c -lsusb_LDADD = ../libfpusb/libfpusb.la -lfpusb +lsusb_LDADD = ../libusb/libusb-1.0.la -lusb-1.0 dpfp_SOURCES = dpfp.c -dpfp_LDADD = ../libfpusb/libfpusb.la -lfpusb +dpfp_LDADD = ../libusb/libusb-1.0.la -lusb-1.0 |