]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
include hook files in make dist
authorDwight Engen <dwight.engen@oracle.com>
Thu, 21 Feb 2013 21:57:40 +0000 (16:57 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 21 Feb 2013 22:58:16 +0000 (17:58 -0500)
this makes "make rpm" work again

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
hooks/Makefile.am

index 4fc20ac6f49f2cdb232c6aa785d2230636c9af60..196e632f4f327fd46e1795960818f0639d0cde30 100644 (file)
@@ -3,3 +3,5 @@ hooksdir=@LXCHOOKDIR@
 hooks_SCRIPTS = \
        mountcgroups \
        mountecryptfsroot
+
+EXTRA_DIST=$(hooks_SCRIPTS)