X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=Makefile.am;h=9e10e5c3e23bc3f4efe924bd4c366d5621d33106;hp=323adeb78f9db2d7daad97d80b10a674c571890b;hb=48f71481bfa1011fd5c1538a0a8d467e0fe615a8;hpb=d04f8fdcc1150f5775ee0ae680fb2fad0341b55d diff --git a/Makefile.am b/Makefile.am index 323adeb..9e10e5c 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 +MAINTAINERCLEANFILES = ChangeLog + +.PHONY: ChangeLog +ChangeLog: + git --git-dir $(top_srcdir)/../.git log > ChangeLog || touch ChangeLog + +dist-hook: ChangeLog +