This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 90a476cbe7f1c93faa275ce6a1612950c1709c25 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:54:29 2019 +0200 src/{,test/}Makefile.am: move sshtest into correct file. --- src/Makefile.am | 13 ------------- src/test/Makefile.am | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1b9b9e7..233e528 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -54,19 +54,6 @@ libx2goclient_la_LIBADD = \ $(LIBX2GOCLIENT_LIBS) \ $(NULL) -bin_PROGRAMS = sshtest - -sshtest_SOURCES = test/sshtest.c - -sshtest_CFLAGS = \ - $(AM_CFLAGS) \ - $(LIBX2GOCLIENT_CFLAGS) \ - $(NULL) - -sshtest_LDADD = \ - libx2goclient.la \ - $(NULL) - pkgconfig_DATA = x2goclient.pc pkgconfigdir = $(libdir)/pkgconfig diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 9f2e934..8240b15 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -4,3 +4,16 @@ AM_CPPFLAGS = -I.. localedir = $(datadir)/locale AM_CPPFLAGS += -DLOCALEDIR=\"$(localedir)\" + +bin_PROGRAMS = sshtest + +sshtest_SOURCES = sshtest.c + +sshtest_CFLAGS = \ + $(AM_CFLAGS) \ + $(LIBX2GOCLIENT_CFLAGS) \ + $(NULL) + +sshtest_LDADD = \ + ../libx2goclient.la \ + $(NULL) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git