mirror_lxc/hooks/Makefile.am
Dwight Engen 852965851d include hook files in make dist
this makes "make rpm" work again

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
2013-02-21 17:58:16 -05:00

8 lines
105 B
Makefile

hooksdir=@LXCHOOKDIR@
hooks_SCRIPTS = \
mountcgroups \
mountecryptfsroot
EXTRA_DIST=$(hooks_SCRIPTS)