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