summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2013-08-12 00:35:49 +0200
committerTom Gundersen <teg@jklm.no>2013-10-18 00:55:24 +0200
commit0c842e0ac0293ca395724fa3aefcc2e65390c8b7 (patch)
tree1ebfcdbb39c009839c5af51028c3c8e3a5a3e988 /Makefile.am
parent7e9cf16c20cd1bca2ba6afb072ef84090cbf5283 (diff)
fsck: port to sd-bus
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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
# ------------------------------------------------------------------------------