This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 6347fce77a5de9049d83f1a55059064b840e6b32 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat May 29 08:57:51 2021 +0200 docs/reference/libx2goclient/Makefile.am: link against (hopefully built) libx2goclient.la. --- docs/reference/libx2goclient/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/libx2goclient/Makefile.am b/docs/reference/libx2goclient/Makefile.am index 4f6a096..b25dd6a 100644 --- a/docs/reference/libx2goclient/Makefile.am +++ b/docs/reference/libx2goclient/Makefile.am @@ -100,7 +100,7 @@ expand_content_files= # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) GTKDOC_CFLAGS= -GTKDOC_LIBS= +GTKDOC_LIBS=$(top_builddir)/src/libx2goclient.la # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git