diff options
| author | Didier Roche <didrocks@ubuntu.com> | 2010-01-27 10:38:57 (GMT) |
|---|---|---|
| committer | Bastien Nocera <hadess@hadess.net> | 2010-01-27 10:45:45 (GMT) |
| commit | 2d51c9ad64a0b4b6504d99e2f29716701bcf0c6b (patch) | |
| tree | 4e78cb6feb9b3700ef97457fc7cb9ac73fcf00ce | |
| parent | 14cce633d3759bd74ac349ca0cf8c7190beed8c5 (diff) | |
| download | totem-pl-parser-2d51c9ad64a0b4b6504d99e2f29716701bcf0c6b.zip totem-pl-parser-2d51c9ad64a0b4b6504d99e2f29716701bcf0c6b.tar.xz | |
Fix gir and typelib file version when generated
https://bugzilla.gnome.org/show_bug.cgi?id=608176
| -rw-r--r-- | 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) |