From da26182ec67f950157e8c72efc06770a7b5f1bf5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 22 Aug 2008 21:14:31 +0000 Subject: Default to --raw. Update. 2008-08-22 Colin Walters * tools/generate.c, tools/compiler.c: Default to --raw. * all Makefile.am: Update. svn path=/trunk/; revision=462 --- tests/invoke/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/invoke') diff --git a/tests/invoke/Makefile.am b/tests/invoke/Makefile.am index f9c87eb6..6e92251a 100644 --- a/tests/invoke/Makefile.am +++ b/tests/invoke/Makefile.am @@ -16,8 +16,8 @@ testfns_la_LIBADD = $(GIREPO_LIBS) $(top_builddir)/girepository/libgirepository. BUILT_SOURCES = testfns-metadata.c CLEANFILES = testfns-metadata.c -testfns-metadata.c: testfns.gir $(top_builddir)/tools/g-ir-compiler - $(CHECK_DEBUG) $(top_builddir)/tools/g-ir-compiler $(srcdir)/testfns.gir -o testfns-metadata.c +testfns-metadata.c: testfns.gir $(top_builddir)/tools/g-ir-compiler Makefile + $(CHECK_DEBUG) $(top_builddir)/tools/g-ir-compiler $(srcdir)/testfns.gir --code -o testfns-metadata.c invoke_SOURCES = invoke.c invoke_CFLAGS = $(GIREPO_CFLAGS) -I$(top_srcdir)/girepository -- cgit v1.2.1