[totem-pl-parser] Fix gir and typelib file version when generated
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] Fix gir and typelib file version when generated
- Date: Wed, 27 Jan 2010 10:46:02 +0000 (UTC)
commit 2d51c9ad64a0b4b6504d99e2f29716701bcf0c6b
Author: Didier Roche <didrocks ubuntu com>
Date: Wed Jan 27 11:38:57 2010 +0100
Fix gir and typelib file version when generated
https://bugzilla.gnome.org/show_bug.cgi?id=608176
plparse/Makefile.am | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/plparse/Makefile.am b/plparse/Makefile.am
index 832e585..3a670b1 100644
--- a/plparse/Makefile.am
+++ b/plparse/Makefile.am
@@ -183,10 +183,10 @@ introspection_sources = \
$(plparser_sources) \
$(plparserinclude_HEADERS)
-TotemPlParser.gir: libtotem-plparser.la Makefile
-TotemPlParser_gir_SCANNERFLAGS = --namespace=TotemPlParser --strip-prefix=TotemPlParser
-TotemPlParser_gir_INCLUDES = GObject-2.0 Gio-2.0
-TotemPlParser_gir_CFLAGS = \
+TotemPlParser-1.0.gir: libtotem-plparser.la Makefile
+TotemPlParser_1_0_gir_SCANNERFLAGS = --namespace=TotemPlParser --strip-prefix=TotemPlParser --nsversion=1.0
+TotemPlParser_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0
+TotemPlParser_1_0_gir_CFLAGS = \
$(TOTEM_PLPARSER_CFLAGS) \
$(HAL_CFLAGS) \
$(DBUS_CFLAGS) \
@@ -197,9 +197,9 @@ TotemPlParser_gir_CFLAGS = \
-I$(top_srcdir)/lib \
-I$(top_builddir)/plparse \
-D_GNU_SOURCE
-TotemPlParser_gir_LIBS = libtotem-plparser.la
-TotemPlParser_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
-INTROSPECTION_GIRS += TotemPlParser.gir
+TotemPlParser_1_0_gir_LIBS = libtotem-plparser.la
+TotemPlParser_1_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
+INTROSPECTION_GIRS += TotemPlParser-1.0.gir
girdir = $(datadir)/gir-1.0
dist_gir_DATA = $(INTROSPECTION_GIRS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]