diff options
author | Tom Gundersen <teg@jklm.no> | 2013-08-14 02:54:25 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-22 13:00:54 +0100 |
commit | 0fb0c56f5283a8a94560f595768a801c8240a9bd (patch) | |
tree | a34963bd2ec7835fa5f5cee17401d75e0f3f708b /Makefile.am | |
parent | b0770377ab844f92f336837d63f158b954300d2e (diff) |
inhibit: port to sd-bus
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 876a7d7ebb..73709793a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3836,7 +3836,7 @@ systemd_inhibit_CFLAGS = \ systemd_inhibit_LDADD = \ libsystemd-shared.la \ - libsystemd-dbus.la + libsystemd-bus.la rootbin_PROGRAMS += \ systemd-inhibit |