diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-10-25 22:56:19 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-10-25 20:59:01 +0200 |
commit | 048ecf5b843eea928cb3a2edc15ee528153403ce (patch) | |
tree | 91a4cde6920e4c889741127d2b5351e858f85600 /Makefile.am | |
parent | 77b421d0503f6654fec9760ca159d8815b457f9b (diff) |
analyze: 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 d8670786ea..c41fdd7fe3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1449,7 +1449,7 @@ systemd_analyze_CFLAGS = \ systemd_analyze_LDADD = \ libsystemd-shared.la \ - libsystemd-dbus.la + libsystemd-bus.la # ------------------------------------------------------------------------------ systemd_initctl_SOURCES = \ |