summaryrefslogtreecommitdiff
path: root/pam_gdm
diff options
context:
space:
mode:
authorRĂ©mi Cardona <remi@gentoo.org>2016-11-21 08:18:32 +0100
committerRay Strode <rstrode@redhat.com>2017-01-05 10:18:41 -0500
commitc6633b311f7ed8560a5c6847110d872d017672a6 (patch)
treef356252098b4375cba3fd21670f409e8d7d8b455 /pam_gdm
parenta35135acf75567429d522c9019ee6ceb8f962fc9 (diff)
downloadgdm-c6633b311f7ed8560a5c6847110d872d017672a6.tar.gz
pam_gdm: allow setting pam module dir at configure time
Code taken almost verbatim from gnome-keyring. https://bugzilla.gnome.org/show_bug.cgi?id=774776
Diffstat (limited to 'pam_gdm')
-rw-r--r--pam_gdm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pam_gdm/Makefile.am b/pam_gdm/Makefile.am
index 61d672b4..6b92cfcf 100644
--- a/pam_gdm/Makefile.am
+++ b/pam_gdm/Makefile.am
@@ -36,4 +36,4 @@ pam_gdm_LTLIBRARIES = \
pam_gdm.la \
$(END_OF_LIST)
-pam_gdmdir = $(libdir)/security
+pam_gdmdir = $(PAM_MOD_DIR)