X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=902693489240ba137a1ad4fa156a435ca9836f9a;hb=676bf74fb53a0931249719bfa5c4958308f3aa37;hp=9e2eb6b9d1ec3d28d182a0938d4b0fa7d7a04815;hpb=6ee92f404fd9df9a39a76504ea8b89ea97bf0739;p=sigrok-gtk.git diff --git a/Makefile.am b/Makefile.am index 9e2eb6b..9026934 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ ## along with this program. If not, see . ## -SUBDIRS = doc +SUBDIRS = contrib doc ACLOCAL_AMFLAGS = -I autostuff @@ -45,3 +45,11 @@ endif .rc.o: $(WINDRES) -o $@ $^ +DISTCLEANFILES = ChangeLog + +.PHONY: ChangeLog +ChangeLog: + git --git-dir $(top_srcdir)/../.git log > ChangeLog || touch ChangeLog + +dist-hook: ChangeLog +