The branch, master has been updated via 76fe66388e97b4471458dba2b6d7981957d543bc (commit) from b67134913d2690234a4bd962604b3bb1dce8eb50 (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 76fe66388e97b4471458dba2b6d7981957d543bc Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 10 15:24:14 2012 +0100 fix missing compilation of pam-x2go.c and pam-x2go-children.c ----------------------------------------------------------------------- Summary of changes: src/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) The diff of changes is: diff --git a/src/Makefile.am b/src/Makefile.am index 029c14c..f2abac3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,6 +15,17 @@ pam_x2go_la_CFLAGS = \ -DAUTH_CHECK="\"$(libexecdir)/x2go-auth-check\"" \ $(COVERAGE_CFLAGS) +libx2gocore_la_SOURCES = \ + pam-x2go.c \ + pam-x2go-children.c +libx2gocore_la_CFLAGS = \ + -Wall -Werror \ + $(COVERAGE_CFLAGS) +libx2gocore_la_LIBADD = \ + -lpam +libx2gocore_la_LDFLAGS = \ + $(COVERAGE_LDFLAGS) + libexec_PROGRAMS = \ x2go-auth-check 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)).