summaryrefslogtreecommitdiffstats
path: root/pam-ck-connector
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-03-30 16:59:21 -0400
committerWilliam Jon McCann <mccann@jhu.edu>2007-03-30 16:59:21 -0400
commit5f3b3a7aec1c2ef81dfe28d6167049ef82e81860 (patch)
treee00a7de68b068a966e9ff2724458a3acd9b846aa /pam-ck-connector
parenta2b51f00af2143a90138c6ce1df1e7e9b4ec8afa (diff)
make pam module install into $slibdir
Basically the path for the pam module is hardcoded to /lib/security which isn't right. Attached is a patch that uses the value of slibdir for /lib/.
Diffstat (limited to 'pam-ck-connector')
-rw-r--r--pam-ck-connector/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pam-ck-connector/Makefile.am b/pam-ck-connector/Makefile.am
index 348969c..35a4eae 100644
--- a/pam-ck-connector/Makefile.am
+++ b/pam-ck-connector/Makefile.am
@@ -7,7 +7,7 @@ INCLUDES = \
-I$(top_builddir)/libck-connector \
$(NULL)
-pamlibdir = /lib/security
+pamlibdir = $(SLIBDIR)/security
pamlib_LTLIBRARIES = \
pam_ck_connector.la \