From f9b9a20abfb03a638c0207dfb87af95695a11524 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 7 Nov 2010 19:45:46 +0000 Subject: 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 --- pam/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pam') 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) -- cgit v1.2.3