Add BUGS file
[platform/upstream/libusb.git] / Makefile.am
1 AUTOMAKE_OPTIONS = dist-bzip2
2 DISTCLEANFILES = ChangeLog libusb-1.0.pc
3 EXTRA_DIST = TODO PORTING BUGS
4 SUBDIRS = libusb doc
5
6 if BUILD_EXAMPLES
7 SUBDIRS += examples
8 endif
9
10 pkgconfigdir=$(libdir)/pkgconfig
11 pkgconfig_DATA=libusb-1.0.pc
12
13 .PHONY: ChangeLog dist-up
14 ChangeLog:
15         git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
16
17 dist-hook: ChangeLog
18
19 dist-up: dist
20         rsync $(distdir).tar.bz2 frs.sourceforge.net:uploads/
21