diff options
author | Simon Peeters <peeters.simon@gmail.com> | 2013-10-30 06:55:31 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-11-02 02:15:54 +0100 |
commit | b028f3e410a7b9ba6b6291a79164d3de2638eb0b (patch) | |
tree | 8d69e4e65ebd52b467e4158485779efb09c1184b /Makefile.am | |
parent | ffc06c3513d9a0693c7f810d03b20705127ba55a (diff) |
hostnamectl: port to sd-bus
Kay:
- rebase to new transport logic
- replaced iteration macro with property map
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 8e996735ff..e9b80bf116 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3523,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 += \ |