diff options
author | Brian Cameron <brian.cameron@sun.com> | 2006-05-09 17:32:40 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-05-09 17:32:40 +0000 |
commit | 17f458cd6101af43cbd1c96042d628b2549e8060 (patch) | |
tree | 25728569c72b4a4000dd48fb88bff58952a32e2e /utils | |
parent | 7ca4c93e80c0f6caa97c0ee9093593bbe5082c0f (diff) | |
download | gdm-17f458cd6101af43cbd1c96042d628b2549e8060.tar.gz |
Fix the installation of ssh.desktop and gdm-ssh-session so that the
2006-05-09 Brian Cameron <brian.cameron@sun.com>
* configure.ac, config/Makefile.am, utils/Makefile.am: Fix the
installation of ssh.desktop and gdm-ssh-session so that the
desktop file is translated and gdm-ssh-session is installed
to libexecdir. Fixes bugs #340958 and #340960.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 508db4c2..014cbcb6 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -12,6 +12,7 @@ INCLUDES = \ $(UTILS_CFLAGS) libexec_PROGRAMS = \ + @GDMSSHSESSION@ \ @GDMASKPASS@ \ @GDMOPEN@ \ @GDMPREFETCH@ \ @@ -21,7 +22,6 @@ if DMX_SUPPORT bin_PROGRAMS = gdm-dmx-reconnect-proxy endif -EXTRA_DIST = @GDMSSHSESSION@ EXTRA_PROGRAMS = gdmaskpass gdmopen gdmprefetch gdmaskpass_SOURCES = \ |