From 59a23c1f1b2ebe9a190feb410f57903f8d026de6 Mon Sep 17 00:00:00 2001 From: Rafal Krypa Date: Wed, 20 Nov 2013 12:47:26 +0100 Subject: [PATCH] Solve problem with "make distcheck" breaking on systemd config files. Dist packages created by "make dist" were built without smack.mount and smack.service files. This caused the packages to fail to build. Adding the files to EXTRA_DIST solves the problem. (cherry picked from commit 73ec7d5be2c87bf13dbd45f2cb8433122b1bd08d) --- init/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init/Makefile.am b/init/Makefile.am index 875263f..0bba311 100644 --- a/init/Makefile.am +++ b/init/Makefile.am @@ -7,3 +7,7 @@ systemdsystemunit_DATA = \ smack.service endif endif + +EXTRA_DIST = \ + smack.mount \ + smack.service -- 2.7.4