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

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


The branch, build-main has been updated
       via  fcf1e8bdf126996d1b24c60f07fa817c30b2af90 (commit)
      from  d37cad02c394383f4cc0c9a75dfb0dc474d8c2ea (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:
 .bzrignore               |    1 +
 src/Makefile.am          |   10 ++++++++++
 src/freerdp-auth-check.c |    8 ++++++++
 3 files changed, 19 insertions(+)
 create mode 100644 src/freerdp-auth-check.c

The diff of changes is:
diff --git a/.bzrignore b/.bzrignore
index aa1cdf5..2e03d57 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -4,3 +4,4 @@ src/pam_freerdp.la
 src/pam_freerdp_la-pam-freerdp.lo
 src/pam_freerdp_la-pam-freerdp.o
 src/pam-freerdp.la
+freerdp-auth-check
diff --git a/src/Makefile.am b/src/Makefile.am
index 701b9ff..f7c06f8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,3 +15,13 @@ pam_freerdp_la_LIBADD = \
 
 pam_freerdp_la_CFLAGS = \
 	-Wall -Werror
+
+pkglibexec_PROGRAMS = \
+	freerdp-auth-check
+
+freerdp_auth_check_SOURCES = \
+	freerdp-auth-check.c
+freerdp_auth_check_CFLAGS = \
+	$(FREERDP_CFLAGS)
+freerdp_auth_check_LDADD = \
+	$(FREERDP_LIBS)
diff --git a/src/freerdp-auth-check.c b/src/freerdp-auth-check.c
new file mode 100644
index 0000000..309be4c
--- /dev/null
+++ b/src/freerdp-auth-check.c
@@ -0,0 +1,8 @@
+
+int
+main (int argc, char * argv[])
+{
+
+
+	return -1;
+}


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