diff options
author | Tom Gundersen <teg@jklm.no> | 2013-08-12 14:19:22 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-30 03:40:23 +0100 |
commit | a1da85830bfaa77b9eb9c54693e5573559c97e50 (patch) | |
tree | 244fc3b0b556a642aa8fe8080b6a41c94812a086 /Makefile.am | |
parent | 77632684f3222e60aa1e02c49670dbf73f0fc828 (diff) |
machinectl: port to sd-bus
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 8d1e85d929..66bbf203a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3726,8 +3726,7 @@ machinectl_CFLAGS = \ machinectl_LDADD = \ libsystemd-shared.la \ - libsystemd-dbus.la \ - libudev.la + libsystemd-bus.la rootbin_PROGRAMS += \ machinectl |