X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=Makefile.am;h=253475039148606046066b4d51aa5876a2fe5a43;hp=323adeb78f9db2d7daad97d80b10a674c571890b;hb=b4584f8dc3b0e7209b7ff819de2991cb09f5a4af;hpb=d04f8fdcc1150f5775ee0ae680fb2fad0341b55d diff --git a/Makefile.am b/Makefile.am index 323adeb..2534750 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the sigrok-cli project. ## ## Copyright (C) 2010 Bert Vermeulen ## @@ -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 +