summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-03-30 13:05:12 +0100
committerPete Batard <pete@akeo.ie>2012-03-30 13:16:50 +0100
commitc581017c2c09ee7f367b00a95387725344785f1a (patch)
tree74c37cad02ee13698438046d5c5b83ce8de83f58 /Makefile.am
parent5c311cb2dd7009f29bc0e8f955e75036b4d9fed2 (diff)
downloadlibusb-c581017c2c09ee7f367b00a95387725344785f1a.tar.gz
Autotools: Fix make distcheck and add ChangeLog
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index f59b8c3..6b1074e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,6 @@
AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
ACLOCAL_AMFLAGS = -I m4
DISTCLEANFILES = libusb-1.0.pc
-MAINTAINERCLEANFILES = ChangeLog
EXTRA_DIST = TODO PORTING
SUBDIRS = libusb doc
@@ -12,11 +11,7 @@ endif
pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=libusb-1.0.pc
-.PHONY: ChangeLog dist-up
-ChangeLog:
- git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
-
-dist-hook: ChangeLog
+.PHONY: dist-up
reldir = .release/$(distdir)
dist-up: dist