[X2Go-Commits] lightdm-remote-session-x2go.git - build-main (branch) updated: ff20991e35d823e892352bd8e693bef19fe0bdd1
X2Go dev team
git-admin at x2go.org
Sat Apr 27 13:50:00 CEST 2013
The branch, build-main has been updated
via ff20991e35d823e892352bd8e693bef19fe0bdd1 (commit)
from 76687af8e8abfc8ef85708494728b15f5e1493b0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
The diff of changes is:
diff --git a/Makefile.am b/Makefile.am
index 062d0f1..04538bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,25 +5,25 @@ pam_session_DATA = \
lightdm_sessiondir = $(datadir)/lightdm/remote-sessions
lightdm_session_DATA = \
- x2go.desktop
+ freerdp.desktop
%.desktop: %.desktop.in
- @sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
+ @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
session_startdir = $(pkgdatadir)
session_start_SCRIPTS = \
- x2go-session
+ freerdp-session
x2go-session: x2go-session.in
- @sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
+ @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
@chmod +x $@
apparmordir = $(sysconfdir)/apparmor.d/
apparmor_DATA = \
- lightdm-remote-session-x2go
+ lightdm-remote-session-freerdp
-lightdm-remote-session-x2go: lightdm-remote-session-x2go.in
- @sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
+lightdm-remote-session-freerdp: lightdm-remote-session-freerdp.in
+ @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
libexec_PROGRAMS = \
socket-sucker \
@@ -50,9 +50,9 @@ EXTRA_DIST = \
lightdm-remote-session-freerdp.in
CLEANFILES = \
- x2go.desktop \
- x2go-session \
- lightdm-remote-session-x2go
+ freerdp.desktop \
+ freerdp-session \
+ lightdm-remote-session-freerdp
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
hooks/post-receive
--
lightdm-remote-session-x2go.git (X2Go-based remote login session support for LightDM)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lightdm-remote-session-x2go.git" (X2Go-based remote login session support for LightDM).
More information about the x2go-commits
mailing list