diff options
author | Daniel Drake <dsd@gentoo.org> | 2009-05-12 19:01:44 -0400 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2009-05-12 19:02:11 -0400 |
commit | 44767677447fae4267131f99c591b14117486cac (patch) | |
tree | 5b2f11d76c953cf17336d835228faafef1b8b1be /Makefile.am | |
parent | e0365a6f22e0e7f330ac931df031cf6f17f453d1 (diff) | |
download | libusb-44767677447fae4267131f99c591b14117486cac.tar.gz |
Add BUGS file
Probably missed a couple of outstanding issues
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 fa07fc8..c2d6f8d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = dist-bzip2 DISTCLEANFILES = ChangeLog libusb-1.0.pc -EXTRA_DIST = TODO PORTING +EXTRA_DIST = TODO PORTING BUGS SUBDIRS = libusb doc if BUILD_EXAMPLES |