The branch, build-main has been updated via 36a0f53434149c52ad0e41f3139c4761e13a474f (commit) from 6f64adfc81105b9e76c3df530ebf6a5f401f7899 (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: src/Makefile.am | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/src/Makefile.am b/src/Makefile.am index e5b04b2..962ef29 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,14 +8,16 @@ pam_freerdp_la_SOURCES = \ pam_freerdp_la_LDFLAGS = \ -no-undefined \ -module \ - -avoid-version + -avoid-version \ + $(COVERAGE_LDFLAGS) pam_freerdp_la_LIBADD = \ -lpam pam_freerdp_la_CFLAGS = \ -Wall -Werror \ - -DAUTH_CHECK="\"$(pkglibexecdir)/freerdp-auth-check\"" + -DAUTH_CHECK="\"$(pkglibexecdir)/freerdp-auth-check\"" \ + $(COVERAGE_CFLAGS) pkglibexec_PROGRAMS = \ freerdp-auth-check @@ -23,6 +25,9 @@ pkglibexec_PROGRAMS = \ freerdp_auth_check_SOURCES = \ freerdp-auth-check.c freerdp_auth_check_CFLAGS = \ - $(FREERDP_CFLAGS) + $(FREERDP_CFLAGS) \ + $(COVERAGE_CFLAGS) freerdp_auth_check_LDADD = \ $(FREERDP_LIBS) +freerdp_auth_check_LDFLAGS = \ + $(COVERAGE_LDFLAGS) 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)).