diff options
author | Kay Sievers <kay@vrfy.org> | 2012-04-12 18:05:12 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-04-12 18:30:24 +0200 |
commit | 43a1ab9b9019fd2432089ffcfe163e0fa9dd9eae (patch) | |
tree | 161c32071949cc0bc4fc4864fbabc64d2eabe8d6 /Makefile.am | |
parent | c0a0872d5c5a0e948c3ace0fb1578a64840ebc8e (diff) |
pam_systemd: add dbus.la
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9d98843208..53c9ef27ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2676,6 +2676,7 @@ pam_systemd_la_LDFLAGS = \ pam_systemd_la_LIBADD = \ libsystemd-daemon.la \ libsystemd-audit.la \ + libsystemd-dbus.la \ libsystemd-shared.la \ $(PAM_LIBS) \ $(DBUS_LIBS) |