X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=e9b80bf11613928049e201e30881e0efb4d128b1;hp=630fb19c3545289ea8b2065ce2cc91560a610085;hb=5f34246c751504d505fbbe57d49148beea74edbe;hpb=04d39279245834494baccfdb9349db8bf80abd13 diff --git a/Makefile.am b/Makefile.am index 630fb19c3..e9b80bf11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -344,6 +344,7 @@ dist_zshcompletion_DATA = \ shell-completion/zsh/_kernel-install \ shell-completion/zsh/_systemd-nspawn \ shell-completion/zsh/_systemd-analyze \ + shell-completion/zsh/_systemd-run \ shell-completion/zsh/_sd_hosts_or_user_at_host \ shell-completion/zsh/_systemd-delta \ shell-completion/zsh/_systemd @@ -3522,12 +3523,11 @@ hostnamectl_SOURCES = \ src/hostname/hostnamectl.c hostnamectl_CFLAGS = \ - $(AM_CFLAGS) \ - $(DBUS_CFLAGS) + $(AM_CFLAGS) hostnamectl_LDADD = \ libsystemd-shared.la \ - libsystemd-dbus.la \ + libsystemd-bus.la \ libsystemd-id128-internal.la bin_PROGRAMS += \