summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-05-27 22:52:56 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-06-03 10:00:59 +0200
commit5385172799f6dea59fe1c0ef8f482db59bfc9c5c (patch)
tree118091dc4afd36896ce3d9d8d96743d160105aba /Makefile.am
parent81d6673764c4e2f635482be1efd52eba3ab5a27f (diff)
downloadsssd-5385172799f6dea59fe1c0ef8f482db59bfc9c5c.tar.gz
sssd-5385172799f6dea59fe1c0ef8f482db59bfc9c5c.tar.xz
sssd-5385172799f6dea59fe1c0ef8f482db59bfc9c5c.zip
MAKE: Remove PAM libraries from libsss_simple
libsss_simple does not call any pam function. sh-4.2$ nm --dynamic --undefined-only .libs/libsss_simple.so | grep pam sh-4.2$ echo $? 1 Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 3475ee09d..0d2472920 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2120,8 +2120,6 @@ libsss_simple_la_SOURCES = \
src/providers/simple/simple_access.c
libsss_simple_la_CFLAGS = \
$(AM_CFLAGS)
-libsss_simple_la_LIBADD = \
- $(PAM_LIBS)
libsss_simple_la_LDFLAGS = \
-avoid-version \
-module