diff options
author | Daniel Drake <dsd@gentoo.org> | 2009-08-01 13:55:15 +0545 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2009-08-01 13:56:11 +0545 |
commit | 45ae2aecf5512dcff059b2a416534e81c6a00c88 (patch) | |
tree | c57d25b74c2abceadeeabe312b0e75cb60571e17 /Makefile.am | |
parent | 126129e174062c2a27423817a459e5113f777789 (diff) | |
download | libusb-45ae2aecf5512dcff059b2a416534e81c6a00c88.tar.gz |
move bug info to bug tracker
Protection needed: http://www.libusb.org/ticket/4
Losing data: fixed in previous commit
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8b90df0..284cdbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = dist-bzip2 ACLOCAL_AMFLAGS = -I m4 DISTCLEANFILES = ChangeLog libusb-1.0.pc -EXTRA_DIST = TODO PORTING BUGS +EXTRA_DIST = TODO PORTING SUBDIRS = libusb doc if BUILD_EXAMPLES |