From 5b6742b7de8b11d5df127586d2e354e9ae38c3ed Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 30 May 2012 09:53:42 -0400 Subject: [PATCH] Add CodingStyle to tarball Signed-off-by: Mathieu Desnoyers --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index b16632a4a..13d3f933b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,4 +8,6 @@ SUBDIRS = src \ dist_doc_DATA = LICENSE \ ChangeLog +dist_noinst_DATA = CodingStyle + EXTRA_DIST = extras/lttng-bash_completion -- 2.34.1