X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=bc713fc21ffb231bd216db81a6ab9b38a885376d;hp=5769dcb62ce54cb7b1e5941f6547816138125b7c;hb=da19d5c19f60ec80e1733b1e994311c59c6eda73;hpb=db25d1d7655b1de4554942e49bc80a9b176ef8df diff --git a/Makefile.am b/Makefile.am index 5769dcb62..bc713fc21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -114,6 +114,9 @@ bin_PROGRAMS = \ systemd-stdio-bridge \ systemd-nspawn +dist_bin_SCRIPTS = \ + src/systemd-analyze + if HAVE_GTK bin_PROGRAMS += \ systemadm \ @@ -259,7 +262,8 @@ dist_systemunit_DATA = \ units/systemd-tmpfiles-clean.timer \ units/quotaon.service \ units/systemd-ask-password-wall.path \ - units/systemd-ask-password-console.path + units/systemd-ask-password-console.path \ + units/syslog.target nodist_systemunit_DATA = \ units/getty@.service \ @@ -286,7 +290,6 @@ nodist_systemunit_DATA = \ units/systemd-ask-password-wall.service \ units/systemd-ask-password-console.service \ units/systemd-sysctl.service \ - units/syslog.target \ units/halt.service \ units/poweroff.service \ units/reboot.service \ @@ -330,7 +333,6 @@ EXTRA_DIST = \ units/systemd-ask-password-wall.service.in \ units/systemd-ask-password-console.service.in \ units/systemd-sysctl.service.in \ - units/syslog.target.in \ units/halt.service.in \ units/poweroff.service.in \ units/reboot.service.in \ @@ -1328,10 +1330,6 @@ install-data-hook: $(LN_S) $(systemunitdir)/getty@.service getty@tty4.service && \ $(LN_S) $(systemunitdir)/getty@.service getty@tty5.service && \ $(LN_S) $(systemunitdir)/getty@.service getty@tty6.service ) - ( cd $(DESTDIR)$(pkgsysconfdir)/system/local-fs.target.wants && \ - rm -f quotaon.service quotacheck.service && \ - $(LN_S) $(systemunitdir)/quotacheck.service quotacheck.service && \ - $(LN_S) $(systemunitdir)/quotaon.service quotaon.service ) ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \ rm -f remote-fs.target && \ $(LN_S) $(systemunitdir)/remote-fs.target remote-fs.target ) @@ -1426,8 +1424,9 @@ if TARGET_MANDRIVA rm -f halt-local.service && \ $(LN_S) $(systemunitdir)/halt-local.service halt-local.service ) ( cd $(DESTDIR)$(systemunitdir) && \ - rm -f display-manager.service single.service && \ + rm -f display-manager.service dm.service single.service && \ $(LN_S) prefdm.service display-manager.service && \ + $(LN_S) prefdm.service dm.service && \ $(LN_S) rescue.service single.service ) ( cd $(DESTDIR)$(systemunitdir)/graphical.target.wants && \ rm -f display-manager.service && \