The branch, master has been updated via d247820998c72166a242c736a7a92aa6c60d769e (commit) from dc91556b83dc9f272431dfe721c00a952973188b (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 ----------------------------------------------------------------- commit d247820998c72166a242c736a7a92aa6c60d769e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 9 22:47:35 2012 +0100 fix AUTH_CHECK ----------------------------------------------------------------------- Summary of changes: src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/src/Makefile.am b/src/Makefile.am index 0f66b7a..029c14c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,7 +12,7 @@ pam_x2go_la_LDFLAGS = \ pam_x2go_la_CFLAGS = \ -Wall -Werror \ - -DAUTH_CHECK="\"$(pkglibexecdir)/x2go-auth-check\"" \ + -DAUTH_CHECK="\"$(libexecdir)/x2go-auth-check\"" \ $(COVERAGE_CFLAGS) libexec_PROGRAMS = \ hooks/post-receive -- libpam-x2go.git (Remote login session via X2Go (PAM module)) 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 "libpam-x2go.git" (Remote login session via X2Go (PAM module)).