X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=Makefile.am;h=2aeb66cf3a76540084d8d617e6b5bbeb8ac9afd4;hp=323adeb78f9db2d7daad97d80b10a674c571890b;hb=b156de5c04a3e6906ecbbaf0b8b47cf61a152e82;hpb=d04f8fdcc1150f5775ee0ae680fb2fad0341b55d diff --git a/Makefile.am b/Makefile.am index 323adeb..2aeb66c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,9 +19,17 @@ ACLOCAL_AMFLAGS = -I autostuff -SUBDIRS = doc +SUBDIRS = contrib doc bin_PROGRAMS = sigrok-cli sigrok_cli_SOURCES = sigrok-cli.c sigrok-cli.h parsers.c anykey.c +DISTCLEANFILES = ChangeLog + +.PHONY: ChangeLog +ChangeLog: + git --git-dir $(top_srcdir)/../.git log > ChangeLog || touch ChangeLog + +dist-hook: ChangeLog +