[X2Go-Commits] libpam-x2go.git - build-main (branch) updated: 7d6377d559133048ddb17d39be6395b6c2281a19

X2Go dev team git-admin at x2go.org
Sat Apr 27 13:45:36 CEST 2013


The branch, build-main has been updated
       via  7d6377d559133048ddb17d39be6395b6c2281a19 (commit)
      from  a2d6c7eed22dafba1350d97471304d30046b99cc (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:
 tests/Makefile.am             |    1 +
 tests/test-freerdp-wrapper.cc |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b7c39f0..56fe7b9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -52,6 +52,7 @@ test_freerdpclient_wrapper_LDADD = \
 
 test_freerdpclient_wrapper_CXXFLAGS = \
 	$(AM_CXXFLAGS) \
+	-DAUTH_CHECK="\"$(builddir)/test-freerdp-auth\"" \
 	-I${top_srcdir}/src
 
 test_freerdpclient_wrapper_LDFLAGS = \
diff --git a/tests/test-freerdp-wrapper.cc b/tests/test-freerdp-wrapper.cc
index 3effc2a..2063c5c 100644
--- a/tests/test-freerdp-wrapper.cc
+++ b/tests/test-freerdp-wrapper.cc
@@ -14,7 +14,7 @@ extern "C" {
 
 	int freerdpclient_wrapper (int argc, char * argv[]);
 
-const char * auth_check_path = "";
+const char * auth_check_path = 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)).




More information about the x2go-commits mailing list