From 8300f1dffad7662dbda16f30c1142bc7d46ad3c1 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 5 Jul 2011 18:15:30 -0400 Subject: build: Filter out generated corba code when building .gir These source files won't have annotations. --- gconf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gconf/Makefile.am b/gconf/Makefile.am index 7240d124..d6ff2dca 100644 --- a/gconf/Makefile.am +++ b/gconf/Makefile.am @@ -153,7 +153,7 @@ INTROSPECTION_COMPILER_ARGS= --includedir=$(srcdir) if HAVE_INTROSPECTION introspection_files = \ $(gconfinclude_HEADERS) \ - $(filter %.c,$(libgconf_2_la_SOURCES)) + $(filter-out $(CORBA_SOURCECODE), $(filter %.c,$(libgconf_2_la_SOURCES))) GConf-2.0.gir: libgconf-2.la Makefile GConf_2_0_gir_INCLUDES = GObject-2.0 GConf_2_0_gir_CFLAGS = \ -- cgit v1.2.1