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)
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

index 875263f..0bba311 100644 (file)
@@ -7,3 +7,7 @@ systemdsystemunit_DATA = \
         smack.service
 endif
 endif
+
+EXTRA_DIST = \
+        smack.mount \
+        smack.service