From: Mathieu Desnoyers Date: Thu, 12 May 2016 20:08:47 +0000 (-0400) Subject: Fix: distcheck requires that we clean version.h X-Git-Tag: v2.8.0~131 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=7a997a441f0493c47620b0c585dec2a084a574ea;p=lttng-tools.git Fix: distcheck requires that we clean version.h Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau --- diff --git a/include/Makefile.am b/include/Makefile.am index b67d262bc..6c07a3165 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -59,6 +59,8 @@ version.h: ## .PHONY: version.h +CLEANFILES = version.h + nodist_noinst_HEADERS = \ version.h