This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 46a10aa336c950f3bf84f46f317f6187cb97e3d7 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 26 12:54:53 2019 +0200 src/Makefile.am: force "x2goclient" symbol prefix for gobject-introspection. The X2GoClient namespace would be normally converted into an x2_go_client symbol namespace, which is not exactly what we want. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 233e528..3f883af 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,7 +59,7 @@ pkgconfigdir = $(libdir)/pkgconfig -include $(INTROSPECTION_MAKEFILE) INTROSPECTION_GIRS = X2GoClient-1.0.gir -INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) --warn-all +INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) --warn-all --symbol-prefix="x2goclient" INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) if HAVE_INTROSPECTION -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git