aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-08-17 22:39:34 -0500
committerTed Gould <ted@gould.cx>2012-08-17 22:39:34 -0500
commit72d54293d2db67b2e1eb535d2dd995eb3da35ac2 (patch)
tree9e873bfdd20375db980aa3fc3877b3735c9ce1e1 /Makefile.am
parent3d6f98d474a0e60477aa0be4718f63573b643dde (diff)
downloadlightdm-remote-session-x2go-72d54293d2db67b2e1eb535d2dd995eb3da35ac2.tar.gz
lightdm-remote-session-x2go-72d54293d2db67b2e1eb535d2dd995eb3da35ac2.tar.bz2
lightdm-remote-session-x2go-72d54293d2db67b2e1eb535d2dd995eb3da35ac2.zip
Adding a starting PAM configuration file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d6a1287..51fd14b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,11 @@
+pam_sessiondir = $(sysconfdir)/pam.d/
+pam_session_DATA = \
+ lightdm-remote-freerdp
+
+EXTRA_DIST = \
+ $(pam_session_DATA)
+
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
dist-hook: