From: Rafal Krypa Date: Wed, 20 Nov 2013 11:47:26 +0000 (+0100) Subject: Solve problem with "make distcheck" breaking on systemd config files. X-Git-Tag: v1.1.0~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73ec7d5be2c87bf13dbd45f2cb8433122b1bd08d;p=platform%2Fupstream%2Fsmack.git 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. --- 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