summaryrefslogtreecommitdiffstats
path: root/sss_client
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-11-06 08:28:01 -0500
committerSimo Sorce <ssorce@redhat.com>2009-11-06 17:45:01 -0500
commit0b0cb79cb6df219f76cb8e1e5c96f1b2f6fd97c8 (patch)
tree10ccea02f27a4db06e97a1a81261c708ed2f3eec /sss_client
parent6150b320c7045f16841750b3f2294a44a4a8cc3c (diff)
downloadsssd-0b0cb79cb6df219f76cb8e1e5c96f1b2f6fd97c8.tar.gz
sssd-0b0cb79cb6df219f76cb8e1e5c96f1b2f6fd97c8.tar.xz
sssd-0b0cb79cb6df219f76cb8e1e5c96f1b2f6fd97c8.zip
Clean up unused dependencies
Diffstat (limited to 'sss_client')
-rw-r--r--sss_client/Makefile.am1
-rw-r--r--sss_client/pam_sss.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sss_client/Makefile.am b/sss_client/Makefile.am
index 1332f4456..b430af6b7 100644
--- a/sss_client/Makefile.am
+++ b/sss_client/Makefile.am
@@ -46,7 +46,6 @@ pam_sss_la_SOURCES = \
pam_sss_la_LDFLAGS = \
-lpam \
- -lpam_misc \
-module \
-avoid-version \
-Wl,--version-script,$(srcdir)/sss_pam.exports
diff --git a/sss_client/pam_sss.c b/sss_client/pam_sss.c
index 411afd185..1c4aed04e 100644
--- a/sss_client/pam_sss.c
+++ b/sss_client/pam_sss.c
@@ -30,7 +30,6 @@
#include <syslog.h>
#include <security/pam_modules.h>
-#include <security/pam_misc.h>
#include <security/pam_ext.h>
#include <security/pam_modutil.h>
#include "sss_pam_macros.h"