diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-10-04 21:37:47 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-10-04 21:37:47 +0200 |
commit | 24fae4c5df0c5152891893ab677edb4a9b497d11 (patch) | |
tree | 298a9d6b2a657a1d1e1c8ced9348f2dbc084888a /pam | |
parent | b7c3c078c873b1596519b661fdc5b35d48794ace (diff) |
improve consistency of code layout
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1240 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'pam')
-rw-r--r-- | pam/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pam/Makefile.am b/pam/Makefile.am index 497440a..b4d02e6 100644 --- a/pam/Makefile.am +++ b/pam/Makefile.am @@ -25,12 +25,13 @@ AM_CFLAGS = -fPIC pam_ldap_so_SOURCES = ../nslcd.h ../common/nslcd-prot.h \ ../compat/attrs.h pam.c common.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 -pam_ldap_so_LDADD = ../common/libtio.a ../common/libprot.a -lpam \ - ../compat/libcompat.a EXTRA_DIST = pam_ldap.map |