This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 92e7a3d647d1ac83ef31276d94bb1c1696a61829 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 26 13:54:41 2021 +0200 src/Makefile.am: add new options header and source files. --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index d320024..c01496a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,6 +33,8 @@ libx2goclientinclude_HEADERS = \ x2goclient-agent-start-nx.h \ x2goclient.h \ x2goclient-network.h \ + x2goclient-network-options.h \ + x2goclient-network-options-ssh.h \ x2goclient-network-ssh.h \ x2goclient-proxy-start-nx.h \ x2goclient-renderer-start-kdrive.h \ @@ -50,6 +52,8 @@ libx2goclient_la_SOURCES = \ x2goclient-agent-start-kdrive.c \ x2goclient-agent-start-nx.c \ x2goclient-network.c \ + x2goclient-network-options.c \ + x2goclient-network-options-ssh.c \ x2goclient-network-ssh.c \ x2goclient-proxy-start-nx.c \ x2goclient-renderer-start-kdrive.c \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git