The branch, master has been updated via f7965a6b71a84b15ef656bc9a4475a30fc49c835 (commit) from 76fe66388e97b4471458dba2b6d7981957d543bc (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 f7965a6b71a84b15ef656bc9a4475a30fc49c835 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 10 15:27:45 2012 +0100 add missing pam_x2go_la_LIBADD stanza ----------------------------------------------------------------------- Summary of changes: src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) The diff of changes is: diff --git a/src/Makefile.am b/src/Makefile.am index f2abac3..2c67e16 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,6 +15,9 @@ pam_x2go_la_CFLAGS = \ -DAUTH_CHECK="\"$(libexecdir)/x2go-auth-check\"" \ $(COVERAGE_CFLAGS) +pam_x2go_la_LIBADD = \ + $(builddir)/libfreerdpcore.la + libx2gocore_la_SOURCES = \ pam-x2go.c \ pam-x2go-children.c 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)).