]> sigrok.org Git - sigrok-cli.git/blobdiff - Makefile.am
sigrok-cli: Fix leaks in device_scan().
[sigrok-cli.git] / Makefile.am
index b8ebaacaf32e009acda18761c562ed370325e82d..253475039148606046066b4d51aa5876a2fe5a43 100644 (file)
@@ -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 <bert@biot.com>
 ##
@@ -25,3 +25,11 @@ 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
+