X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=bcd26a478057ca2a6598b9cccc10d6e133c54a0d;hb=574d5f2dfc25226afc718aa5ba1a145fe5cad221;hp=ef13ad20ba0b140b01e8801be2de284f62b8556f;hpb=a7edaadd78271e1c35ff9032f068cb08de645437;p=elogind.git diff --git a/Makefile.am b/Makefile.am index ef13ad20b..bcd26a478 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1612,7 +1612,9 @@ systemd_stdio_bridge_SOURCES = \ src/stdio-bridge/stdio-bridge.c systemd_stdio_bridge_LDADD = \ - libsystemd-shared.la + libsystemd-shared.la \ + libsystemd-bus.la \ + libsystemd-daemon.la # ------------------------------------------------------------------------------ systemd_tty_ask_password_agent_SOURCES = \ @@ -1689,7 +1691,8 @@ libsystemd_bus_la_SOURCES = \ libsystemd_bus_la_LIBADD = \ libsystemd-id128-internal.la \ - libsystemd-shared.la + libsystemd-shared.la \ + libsystemd-daemon.la noinst_LTLIBRARIES += \ libsystemd-bus.la