diff options
author | Tom Gundersen <teg@jklm.no> | 2013-08-12 00:35:49 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-18 00:55:24 +0200 |
commit | 0c842e0ac0293ca395724fa3aefcc2e65390c8b7 (patch) | |
tree | 1ebfcdbb39c009839c5af51028c3c8e3a5a3e988 /Makefile.am | |
parent | 7e9cf16c20cd1bca2ba6afb072ef84090cbf5283 (diff) |
fsck: 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 b337f4f09b..d2ed1dc1d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1668,7 +1668,7 @@ systemd_fsck_CFLAGS = \ systemd_fsck_LDADD = \ libsystemd-shared.la \ - libsystemd-dbus.la \ + libsystemd-bus.la \ libudev.la # ------------------------------------------------------------------------------ |