diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-10-10 21:45:16 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-10-10 21:45:16 +0200 |
commit | 7ec50564b4a29045e9fd0e36515eb9cc59b06790 (patch) | |
tree | c35e61cfbb5200c656b539e3d4b7d4cea182f8f5 /pam | |
parent | ff136bf5c63b11b41e02ab6274deccee4615be37 (diff) |
put all logic on how to run linker for NSS and PAM components in configure script (remove stuff from Makefile.ams) and add Solaris version script (renaming version scripts as needed) (r1250 from -solaris branch)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1253 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'pam')
-rw-r--r-- | pam/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pam/Makefile.am b/pam/Makefile.am index b4d02e6..dca583f 100644 --- a/pam/Makefile.am +++ b/pam/Makefile.am @@ -28,11 +28,6 @@ pam_ldap_so_SOURCES = ../nslcd.h ../common/nslcd-prot.h \ pam_ldap_so_LDADD = ../common/libtio.a ../common/libprot.a -lpam \ ../compat/libcompat.a -pam_ldap_so_LDFLAGS = -shared -if HAVE_VERSION_SCRIPT_FLAG -pam_ldap_so_LDFLAGS += $(VERSION_SCRIPT_FLAG)\$(srcdir)/pam_ldap.map -endif - EXTRA_DIST = pam_ldap.map install-exec-local: install-pam_ldap_so |