diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-10-30 21:13:46 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-10-30 21:13:46 +0100 |
commit | a281d9c7851b16c4c9195d042901540ee9ced799 (patch) | |
tree | 484bc240597e204d1128135167f86c8771e1dfa4 /Makefile.am | |
parent | 88212f7bd19e30d73874aa160e789e300a643860 (diff) |
timedatectl: 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 de9a4aad5f..b2d6358002 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3651,7 +3651,7 @@ timedatectl_CFLAGS = \ timedatectl_LDADD = \ libsystemd-shared.la \ - libsystemd-dbus.la + libsystemd-bus.la bin_PROGRAMS += \ timedatectl |