From 852965851dbc8458e0f6d542872386445876fabd Mon Sep 17 00:00:00 2001 From: Dwight Engen Date: Thu, 21 Feb 2013 16:57:40 -0500 Subject: [PATCH] include hook files in make dist MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit this makes "make rpm" work again Signed-off-by: Dwight Engen Acked-by: Stéphane Graber --- hooks/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hooks/Makefile.am b/hooks/Makefile.am index 4fc20ac6f..196e632f4 100644 --- a/hooks/Makefile.am +++ b/hooks/Makefile.am @@ -3,3 +3,5 @@ hooksdir=@LXCHOOKDIR@ hooks_SCRIPTS = \ mountcgroups \ mountecryptfsroot + +EXTRA_DIST=$(hooks_SCRIPTS) -- 2.47.2