[X2Go-Commits] [libx2goclient] 01/17: src/Makefile.am: rename x2goclient-1.0.gir to X2GoClient-1.0.gir.
git-admin at x2go.org
git-admin at x2go.org
Mon Jul 22 13:58:35 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit cc6bee83ebd5e5fb85439e85de5f0e23f4c2287d
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Jul 22 12:24:41 2019 +0200
src/Makefile.am: rename x2goclient-1.0.gir to X2GoClient-1.0.gir.
Fixes namespace problems with g-ir-scanner.
The (camel-cased) namespace is taken from the filename directly (if not
passed otherwise).
---
src/Makefile.am | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 494794d..037bf59 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,7 +49,7 @@ pkgconfig_DATA = x2goclient.pc
pkgconfigdir = $(libdir)/pkgconfig
-include $(INTROSPECTION_MAKEFILE)
-INTROSPECTION_GIRS = x2goclient-1.0.gir
+INTROSPECTION_GIRS = X2GoClient-1.0.gir
INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) --warn-all
INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
@@ -59,11 +59,11 @@ introspection_sources = \
$(libx2goclient_la_SOURCES) \
$(NULL)
-x2goclient-1.0.gir: libx2goclient.la
-x2goclient_1_0_gir_INCLUDES = GObject-2.0 GLib-2.0
-x2goclient_1_0_gir_CFLAGS = $(libx2goclient_la_CFLAGS) -I$(srcdir)
-x2goclient_1_0_gir_LIBS = libx2goclient.la
-x2goclient_1_0_gir_FILES = $(introspection_sources)
+X2GoClient-1.0.gir: libx2goclient.la
+X2GoClient_1_0_gir_INCLUDES = GObject-2.0 GLib-2.0 Gio-2.0
+X2GoClient_1_0_gir_CFLAGS = $(libx2goclient_la_CFLAGS) -I$(srcdir)
+X2GoClient_1_0_gir_LIBS = libx2goclient.la
+X2GoClient_1_0_gir_FILES = $(introspection_sources)
girdir = $(datadir)/gir-1.0
gir_DATA = $(INTROSPECTION_GIRS)
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
More information about the x2go-commits
mailing list