From 27e5838192638333ed9f0d462419a1e0c7a03829 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 19 Nov 2008 20:11:31 +0000 Subject: [PATCH] Switch everything to .tgir convention We want to be using .tgir and g-ir-generate like the other cool kids; the --typelib-xml option to the scanner is not at all the same thing. svn path=/trunk/; revision=949 --- tests/everything/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/everything/Makefile.am b/tests/everything/Makefile.am index d4b274c..913cda9 100644 --- a/tests/everything/Makefile.am +++ b/tests/everything/Makefile.am @@ -26,7 +26,7 @@ endif GIRS = TYPELIBS = $(GIRS:.gir=.typelib) -TXMLS = $(GIRS:.gir=.gir.txml) +TXMLS = $(GIRS:.gir=.tgir) CLEANFILES = $(TYPELIBS) $(TXMLS) $(GIRS) BUILT_SOURCES = $(TYPELIBS) $(TXMLS) $(GIRS) @@ -42,4 +42,6 @@ GIRS += Everything-$(TYPELIB_VERSION).gir %.typelib: %.gir $(top_builddir)/tools/g-ir-compiler$(EXEEXT) Makefile $(top_builddir)/tools/g-ir-compiler --includedir=. --includedir=$(top_builddir)/gir $< -o $@ - PYTHONPATH=$(SCANNER_PYTHONPATH) $(SCANNER) --add-include-path=$(top_builddir)/gir --typelib-xml $< > $<.tmp && mv $<.tmp $<.txml + +%.tgir: %.typelib $(top_builddir)/tools/g-ir-generate$(EXEEXT) Makefile + $(DEBUG) $(top_builddir)/tools/g-ir-generate --includedir=. --includedir=$(top_builddir)/gir $< -o $@ -- 2.7.4