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)
committerRafał Krypa <rafal@krypa.net>
Wed, 20 Nov 2013 11:47:26 +0000 (12:47 +0100)
commit73ec7d5be2c87bf13dbd45f2cb8433122b1bd08d
treed0ccce841a0775a0d1778ba06a0ac4738b3d9222
parent16f84d57e2766f1ccfd59ae77fad407b6cc5ff81
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.
init/Makefile.am