chiark / gitweb /
systemctl: remove unused variable
[elogind.git] / Makefile.am
index f4b19589a1b1c6f7d5938bdb6ef5d629a9fc90a6..162a7be45e351cd54d593e91a4fbf70e148ce555 100644 (file)
@@ -1584,6 +1584,7 @@ nodist_systemunit_DATA += \
 
 dist_tmpfiles_DATA = \
        tmpfiles.d/systemd.conf \
+       tmpfiles.d/systemd-nologin.conf \
        tmpfiles.d/tmp.conf \
        tmpfiles.d/x11.conf
 
@@ -5012,4 +5013,4 @@ tests += \
        test-libudev-sym
 
 cppcheck:
-       cppcheck --enable=all $(top_srcdir)
+       cppcheck --enable=all -q $(top_srcdir)