X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=Makefile.am;h=9e10e5c3e23bc3f4efe924bd4c366d5621d33106;hp=8ddf91f50bb0190a776a9fff0c53580ff134d1a9;hb=48f71481bfa1011fd5c1538a0a8d467e0fe615a8;hpb=43e5747a59ed92243c217f7e36da2ac35bbcd80d diff --git a/Makefile.am b/Makefile.am index 8ddf91f..9e10e5c 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 +