Make Everything-1.0.gir depend on GObject-2.0.gir
authorColin Walters <walters@verbum.org>
Mon, 17 Aug 2009 22:37:59 +0000 (18:37 -0400)
committerColin Walters <walters@verbum.org>
Mon, 17 Aug 2009 22:37:59 +0000 (18:37 -0400)
For parallel building.

gir/Makefile.am

index d47b180..3cd4bf7 100644 (file)
@@ -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)" \