[gobject-introspection] Make Everything-1.0.gir depend on GObject-2.0.gir



commit efa7266bcf78478ce62e8dd778a4f0417bfd4d15
Author: Colin Walters <walters verbum org>
Date:   Mon Aug 17 18:37:59 2009 -0400

    Make Everything-1.0.gir depend on GObject-2.0.gir
    
    For parallel building.

 gir/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gir/Makefile.am b/gir/Makefile.am
index d47b180..3cd4bf7 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -183,7 +183,7 @@ if OS_WIN32
 libgirepository_everything_1_0_la_LDFLAGS += -no-undefined
 endif
 
-Everything-$(TYPELIB_VERSION).gir: libgirepository-everything-1.0.la everything.c everything.h $(SCANNER_BIN) $(SCANNER_LIBS)
+Everything-$(TYPELIB_VERSION).gir: GObject-2.0.gir libgirepository-everything-1.0.la everything.c everything.h $(SCANNER_BIN) $(SCANNER_LIBS) Makefile
 	$(SCANNER) \
 	--include=GObject-2.0 \
 	--libtool="$(LIBTOOL)" \



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