From c6633b311f7ed8560a5c6847110d872d017672a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Cardona?= Date: Mon, 21 Nov 2016 08:18:32 +0100 Subject: 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 --- pam_gdm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pam_gdm') 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) -- cgit v1.2.1