X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=Makefile.am;h=f0bbadd2e7f6700e86d16dd258d5e40bbd2edfba;hp=8ddf91f50bb0190a776a9fff0c53580ff134d1a9;hb=2da4987098b2370d5d23f61eded00d83780bb18c;hpb=43e5747a59ed92243c217f7e36da2ac35bbcd80d diff --git a/Makefile.am b/Makefile.am index 8ddf91f..f0bbadd 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 +MAINTAINERCLEANFILES = ChangeLog + +.PHONY: ChangeLog +ChangeLog: + git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog + +dist-hook: ChangeLog +