summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-01-04 00:40:49 +0000
committerDaniel Drake <dsd@gentoo.org>2008-01-04 00:40:49 +0000
commite9364d72151ae1de9cce4175f330fe1529f02511 (patch)
treee35018489b61b7db019795563fca0339434e2c93 /Makefile.am
parentf4ed0b6a3e0a20555fdfc9e9b8be7e8a2c8ae192 (diff)
downloadlibusb-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 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 870224a..aecbe83 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,14 +1,14 @@
AUTOMAKE_OPTIONS = dist-bzip2
-DISTCLEANFILES = ChangeLog fpusb.pc
+DISTCLEANFILES = ChangeLog libusb-1.0.pc
EXTRA_DIST = TODO
-SUBDIRS = libfpusb
+SUBDIRS = libusb
if BUILD_EXAMPLES
SUBDIRS += examples
endif
pkgconfigdir=$(libdir)/pkgconfig
-pkgconfig_DATA=fpusb.pc
+pkgconfig_DATA=libusb-1.0.pc
.PHONY: ChangeLog dist-up
ChangeLog: