From 5791844745bf8d9568b6bd11c4f078b8db8c7986 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 27 May 2014 22:52:56 +0200 Subject: 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 (cherry picked from commit 5385172799f6dea59fe1c0ef8f482db59bfc9c5c) --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit