diff options
author | Brian Cameron <brian.cameron@sun.com> | 2006-01-13 19:24:23 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-01-13 19:24:23 +0000 |
commit | b3d9dc562e53328809d9d6fa4e96ba353cbbb4b1 (patch) | |
tree | 85ea9a924802395c9c9827497cf003b68ec7abe2 /utils/Makefile.am | |
parent | cc41e3f9856b19c349c40b8b191bed6e6d8893fd (diff) | |
download | gdm-b3d9dc562e53328809d9d6fa4e96ba353cbbb4b1.tar.gz |
Enhancement patch provided by Dominique Hazael-Massieux
2006-01-13 Brian Cameron <brian.cameron@sun.com>
Enhancement patch provided by Dominique Hazael-Massieux
<dominique.hazael-massieux@centraliens.net> with some help from me
getting the configure/Makefile stuff working.
* configure.ac, config/Makefile.am, docs/C/gdm.xml, utils/Makefile.am:
Add support for --enable-secureremote
* config/ssh.desktop.in, utils/gdm-ssh-session: Added desktop file
and gdm-ssh-session script to support secure remote login.
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r-- | utils/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 4517c5db..8849dcfc 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -15,6 +15,7 @@ libexec_PROGRAMS = \ @GDMASKPASS@ \ @GDMOPEN@ \ @GDMPREFETCH@ \ + @GDMSSHSESSION@ \ gdmtranslate if DMX_SUPPORT |