diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-11-07 20:45:46 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-11-07 20:45:46 +0100 |
commit | f9b9a20abfb03a638c0207dfb87af95695a11524 (patch) | |
tree | b2e297c0cd4e404c2dc4072d8158e8b4d27263ca /pam | |
parent | 1031fca2fba6168933ffc5de900b5e9db46c161e (diff) |
fix installation directory for PAM module (was broken in r1239)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1307 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'pam')
-rw-r--r-- | pam/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pam/Makefile.am b/pam/Makefile.am index dca583f..b374ca9 100644 --- a/pam/Makefile.am +++ b/pam/Makefile.am @@ -36,7 +36,7 @@ uninstall-local: uninstall-pam_ldap_so install-pam_ldap_so: pam_ldap.so -rm -f $(DESTDIR)/$(PAM_SECLIB_DIR)/$(PAM_LDAP_SONAME) $(mkinstalldirs) $(DESTDIR)/$(PAM_SECLIB_DIR) - $(INSTALL_PROGRAM) pam_ldap.so $(DESTDIR)$(libdir)/$(PAM_LDAP_SONAME) + $(INSTALL_PROGRAM) pam_ldap.so $(DESTDIR)$(PAM_SECLIB_DIR)/$(PAM_LDAP_SONAME) uninstall-pam_ldap_so: -rm -f $(DESTDIR)/$(PAM_SECLIB_DIR)/$(PAM_LDAP_SONAME) |