summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2016-08-15 13:48:00 -0400
committerRay Strode <rstrode@redhat.com>2016-08-19 14:56:30 -0400
commit714b6af29b916ac7da0cdab6f83460574ed49cf2 (patch)
tree0f27d0dfe98eda2606103bb054b03753271d9f67 /Makefile.am
parenteee37ace9b14284d44eed8049f25ac390a0c1dc1 (diff)
downloadgdm-714b6af29b916ac7da0cdab6f83460574ed49cf2.tar.gz
pam_gdm: add stub pam module
It doesn't do anything yet, but it will eventually get used for autologin purposes, and maybe other things. https://bugzilla.gnome.org/show_bug.cgi?id=769950
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index aeea8b64..fa3bdcc2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ SUBDIRS = \
daemon \
libgdm \
utils \
+ pam_gdm \
po \
tests \
$(NULL)