summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-03-22 13:02:24 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-03-22 13:02:24 -0400
commit3c7b29098ca0c2074ab5e20b9fe661954c7741a7 (patch)
treeb5a0036a09379fb645ce59b3d896c3dab37e2cbe
parent0a0e0a868acaeb09b5a16c66bc427df9fd8ea3a5 (diff)
downloadgtk+-3c7b29098ca0c2074ab5e20b9fe661954c7741a7.tar.gz
Add a dependency for Gtk-2.0.gir on Gdk-2.0.gir
Another parallel build fix, see bug 610946.
-rw-r--r--gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 291cbf2863..f96c35e181 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -981,7 +981,7 @@ introspection_files = \
gtktypebuiltins.h \
gtktypebuiltins.c
-Gtk-2.0.gir: $(INTROSPECTION_SCANNER) $(gtktargetlib) Makefile
+Gtk-2.0.gir: $(INTROSPECTION_SCANNER) $(gtktargetlib) $(top_builddir)/gdk/Gdk-2.0.gir Makefile
Gtk_2_0_gir_SCANNERFLAGS = --strip-prefix=Gtk
Gtk_2_0_gir_INCLUDES = Atk-1.0 Gdk-2.0
Gtk_2_0_gir_CFLAGS = \