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

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