X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=75f5c94c1cdd0ea27e6afd19a6d545f476e534c4;hb=feb88c9ff52b52a1fc0f075cba1215e4c2a82545;hp=72bbcc27cf8df7162c9dcb287a480b33b926790e;hpb=55d029addf7d97b15faacea597a4ff65542aaf0e;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 72bbcc27c..75f5c94c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -289,6 +289,7 @@ dist_systemunit_DATA = \ units/sys-kernel-config.mount \ units/sys-kernel-debug.mount \ units/sys-fs-fuse-connections.mount \ + units/tmp.mount \ units/remount-rootfs.service \ units/printer.target \ units/sound.target \ @@ -666,6 +667,7 @@ MANPAGES = \ man/systemd.snapshot.5 \ man/systemd.exec.5 \ man/systemd.special.7 \ + man/systemd.journal-fields.7 \ man/daemon.7 \ man/runlevel.8 \ man/telinit.8 \ @@ -684,24 +686,18 @@ MANPAGES = \ man/sysctl.d.5 \ man/systemd-ask-password.1 \ man/systemd-cat.1 \ - man/systemd-machine-id-setup.1 \ - man/systemd-journald.conf.5 \ - man/journalctl.1 + man/systemd-machine-id-setup.1 \ + man/journald.conf.5 \ + man/journalctl.1 MANPAGES_ALIAS = \ man/reboot.8 \ man/poweroff.8 \ - man/init.1 \ - man/systemd-systemctl.1 \ - man/systemd-loginctl.1 \ - man/systemd-journalctl.1 + man/init.1 man/reboot.8: man/halt.8 man/poweroff.8: man/halt.8 man/init.1: man/systemd.1 -man/systemd-systemctl.1: man/systemctl.1 -man/systemd-loginctl.1: man/loginctl.1 -man/systemd-journalctl.1: man/journalctl.1 XML_FILES = \ ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}} @@ -981,14 +977,6 @@ systemctl_LDADD = \ libsystemd-id128.la \ $(DBUS_LIBS) -systemctl-install-hook: - cd $(DESTDIR)$(rootbindir) && \ - rm -f systemd-systemctl && \ - $(LN_S) systemctl systemd-systemctl - -INSTALL_EXEC_HOOKS += \ - systemctl-install-hook - systemd_notify_SOURCES = \ src/notify.c \ src/readahead/sd-readahead.c @@ -1237,14 +1225,6 @@ journalctl_LDADD += \ $(XZ_LIBS) endif -journalctl-install-hook: - cd $(DESTDIR)$(rootbindir) && \ - rm -f systemd-journalctl && \ - $(LN_S) journalctl systemd-journalctl - -INSTALL_EXEC_HOOKS += \ - journalctl-install-hook - test_journal_SOURCES = \ src/journal/test-journal.c \ src/journal/sd-journal.c \ @@ -1268,6 +1248,13 @@ test_journal_LDADD += \ $(XZ_LIBS) endif +test_journal_send_SOURCES = \ + src/journal/test-journal-send.c + +test_journal_send_LDADD = \ + libsystemd-basic.la \ + libsystemd-journal.la + libsystemd_journal_la_SOURCES = \ src/journal/sd-journal.c \ src/journal/journal-file.c \ @@ -1318,7 +1305,8 @@ UNINSTALL_EXEC_HOOKS += \ libsystemd-journal-uninstall-hook noinst_PROGRAMS += \ - test-journal + test-journal \ + test-journal-send pkginclude_HEADERS += \ src/systemd/sd-journal.h \ @@ -1343,7 +1331,7 @@ nodist_systemunit_DATA += \ units/systemd-journald.service dist_pkgsysconf_DATA += \ - src/journal/systemd-journald.conf + src/journal/journald.conf pkgconfiglib_DATA += \ src/journal/libsystemd-journal.pc @@ -1852,14 +1840,6 @@ loginctl_LDADD = \ rootbin_PROGRAMS += \ loginctl -loginctl-install-hook: - cd $(DESTDIR)$(rootbindir) && \ - rm -f systemd-loginctl && \ - $(LN_S) loginctl systemd-loginctl - -INSTALL_EXEC_HOOKS += \ - loginctl-install-hook - test_login_SOURCES = \ src/login/test-login.c @@ -1944,7 +1924,7 @@ dist_dbuspolicy_DATA += \ src/login/org.freedesktop.login1.conf dist_pkgsysconf_DATA += \ - src/login/systemd-logind.conf + src/login/logind.conf pkginclude_HEADERS += \ src/systemd/sd-login.h @@ -2021,7 +2001,7 @@ nodist_udevrules_DATA += \ src/login/73-seat-late.rules MANPAGES += \ - man/systemd-logind.conf.5 \ + man/logind.conf.5 \ man/sd-login.7 \ man/loginctl.1 \ man/sd_login_monitor_new.3 \ @@ -2275,10 +2255,12 @@ systemd-install-data-hook: ( cd $(DESTDIR)$(systemunitdir)/local-fs.target.wants && \ rm -f systemd-remount-api-vfs.service \ fsck-root.service \ - remount-rootfs.service && \ + remount-rootfs.service \ + tmp.mount && \ $(LN_S) ../systemd-remount-api-vfs.service systemd-remount-api-vfs.service && \ $(LN_S) ../fsck-root.service fsck-root.service && \ - $(LN_S) ../remount-rootfs.service remount-rootfs.service ) + $(LN_S) ../remount-rootfs.service remount-rootfs.service && \ + $(LN_S) ../tmp.mount tmp.mount ) ( cd $(DESTDIR)$(userunitdir) && \ rm -f shutdown.target sockets.target bluetooth.target printer.target sound.target && \ $(LN_S) $(systemunitdir)/shutdown.target shutdown.target && \