[gconf] build: Filter out generated corba code when building .gir



commit 8300f1dffad7662dbda16f30c1142bc7d46ad3c1
Author: Colin Walters <walters verbum org>
Date:   Tue Jul 5 18:15:30 2011 -0400

    build: Filter out generated corba code when building .gir
    
    These source files won't have annotations.

 gconf/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
index 7240d12..d6ff2dc 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 = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]