This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit c9539a85db849df12b2b5008f3c25063f7aa878c Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:13:35 2019 +0200 src/Makefile.am: add sshtest program. --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 037bf59..49a59a0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,6 +45,11 @@ libx2goclient_la_LIBADD = \ $(LIBX2GOCLIENT_LIBS) \ $(NULL) +bin_PROGRAMS = sshtest +sshtest_SOURCES = test/sshtest.c +sshtest_CFLAGS = $(AM_CFLAGS) +sshtest_LDADD = libx2goclient.la + pkgconfig_DATA = x2goclient.pc pkgconfigdir = $(libdir)/pkgconfig -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git