X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=2aeb66cf3a76540084d8d617e6b5bbeb8ac9afd4;hb=0399696219fdd7a74d8b5258a4ab8a4ccccf11e7;hp=8ddf91f50bb0190a776a9fff0c53580ff134d1a9;hpb=43e5747a59ed92243c217f7e36da2ac35bbcd80d;p=sigrok-cli.git diff --git a/Makefile.am b/Makefile.am index 8ddf91f..2aeb66c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,9 +17,19 @@ ## along with this program. If not, see . ## -SUBDIRS = doc +ACLOCAL_AMFLAGS = -I autostuff + +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 +