X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=ad21f681e4d9277e62b1caf2110c0591e0ced036;hb=e124e7a4a15f89fc6fbdf3e554a86d5a26160624;hp=b0c1d97e637254d645e3e5223b9e38fe339e8ee4;hpb=346bce1f4cff0096177c613987cdc80fa4ec134e;p=elogind.git diff --git a/Makefile.am b/Makefile.am index b0c1d97e6..ad21f681e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = po LIBSYSTEMD_LOGIN_CURRENT=0 -LIBSYSTEMD_LOGIN_REVISION=3 +LIBSYSTEMD_LOGIN_REVISION=4 LIBSYSTEMD_LOGIN_AGE=0 LIBSYSTEMD_DAEMON_CURRENT=0 @@ -361,7 +361,7 @@ dist_systemunit_DATA = \ units/dev-hugepages.mount \ units/dev-mqueue.automount \ units/dev-mqueue.mount \ - units/sys-kernel-debug.automount \ + units/sys-kernel-config.mount \ units/sys-kernel-debug.mount \ units/sys-kernel-security.automount \ units/sys-kernel-security.mount \ @@ -787,6 +787,7 @@ MANPAGES = \ man/systemd-logind.conf.5 \ man/tmpfiles.d.5 \ man/hostname.5 \ + man/timezone.5 \ man/machine-id.5 \ man/vconsole.conf.5 \ man/locale.conf.5 \ @@ -1839,7 +1840,8 @@ endif ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \ rm -f dev-hugepages.automount \ dev-mqueue.automount \ - sys-kernel-debug.automount \ + sys-kernel-config.mount \ + sys-kernel-debug.mount \ sys-kernel-security.automount \ systemd-vconsole-setup.service \ systemd-modules-load.service \ @@ -1851,7 +1853,8 @@ endif cryptsetup.target && \ $(LN_S) ../dev-hugepages.automount dev-hugepages.automount && \ $(LN_S) ../dev-mqueue.automount dev-mqueue.automount && \ - $(LN_S) ../sys-kernel-debug.automount sys-kernel-debug.automount && \ + $(LN_S) ../sys-kernel-config.mount sys-kernel-config.mount && \ + $(LN_S) ../sys-kernel-debug.mount sys-kernel-debug.mount && \ $(LN_S) ../sys-kernel-security.automount sys-kernel-security.automount && \ $(LN_S) ../systemd-vconsole-setup.service systemd-vconsole-setup.service && \ $(LN_S) ../systemd-modules-load.service systemd-modules-load.service && \