summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-06-19 19:03:17 +0200
committerSven Eden <yamakuzure@gmx.net>2017-06-19 19:03:17 +0200
commit50c4a99528b32c6208a4610c3c871f816705bfe2 (patch)
tree2aad00e0e8161c1c91e7f1af6f0f59fd76d8f8fc /Makefile.am
parent1860162c2f28965fa11781fc120e6a542002eace (diff)
Prep v231.2: pam_elogind must be linked against libshared, not libelogind-shared.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index d6e1bd856..20ed1324d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -481,9 +481,7 @@ rootlibexec_LTLIBRARIES += \
libelogind_shared_la_SOURCES = \
$(libbasic_la_SOURCES) \
$(libshared_la_SOURCES) \
- $(libelogind_internal_la_SOURCES) \
- $(libelogind_journal_internal_la_SOURCES) \
- $(libudev_internal_la_SOURCES)
+ $(libelogind_internal_la_SOURCES)
libelogind_shared_la_CFLAGS = \
$(AM_CFLAGS) \
@@ -827,7 +825,7 @@ pam_elogind_la_LDFLAGS = \
-Wl,--version-script=$(top_srcdir)/src/login/pam_elogind.sym
pam_elogind_la_LIBADD = \
- libelogind-shared.la \
+ libshared.la \
$(PAM_LIBS)
pamlib_LTLIBRARIES = \