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 13:52:32 +0200
commit5791844745bf8d9568b6bd11c4f078b8db8c7986 (patch)
tree00192f3d84305a428b24ceea69eedf42d1a3410e /Makefile.am
parent0eb41f729953b75b54967b22c58922380eb1cf45 (diff)
downloadsssd-5791844745bf8d9568b6bd11c4f078b8db8c7986.tar.gz
sssd-5791844745bf8d9568b6bd11c4f078b8db8c7986.tar.xz
sssd-5791844745bf8d9568b6bd11c4f078b8db8c7986.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> (cherry picked from commit 5385172799f6dea59fe1c0ef8f482db59bfc9c5c)
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 2ec384a34..9c7fd0485 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1874,8 +1874,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