X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=902693489240ba137a1ad4fa156a435ca9836f9a;hb=676bf74fb53a0931249719bfa5c4958308f3aa37;hp=cd225dcc44bf9292b0d251e6c3a47960a5c614c2;hpb=2e0801c6cc67d5d156c761050d8f805a0a3fb325;p=sigrok-gtk.git diff --git a/Makefile.am b/Makefile.am index cd225dc..9026934 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,8 @@ ## along with this program. If not, see . ## +SUBDIRS = contrib doc + ACLOCAL_AMFLAGS = -I autostuff bin_PROGRAMS = sigrok-gtk @@ -43,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 +