[lttng-dev] [PATCH lttng-tools 5/5] Fix: distcheck requires that we clean version.h
Mathieu Desnoyers
mathieu.desnoyers at efficios.com
Thu May 12 20:08:47 UTC 2016
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>
---
include/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/Makefile.am b/include/Makefile.am
index b67d262..6c07a31 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
--
2.1.4
More information about the lttng-dev
mailing list