Solve problem with "make distcheck" breaking on systemd config files.
authorRafal Krypa <r.krypa@samsung.com>
Wed, 20 Nov 2013 11:47:26 +0000 (12:47 +0100)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Thu, 21 Nov 2013 09:08:23 +0000 (11:08 +0200)
commit59a23c1f1b2ebe9a190feb410f57903f8d026de6
treeb0ed6066efd276e02c1e1ab179651b4fb0befbf5
parent66483bc525d964687e3b278d7868058d30c33bc4
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