From 75de813fbc40e897f212abc994b127542296dc78 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Sun, 11 May 2014 03:30:44 +0800 Subject: Fix race condition when building GnomeAutoarGtk-0.1.gir --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2970c80..e75aef8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -157,7 +157,7 @@ if ENABLE_GTK INTROSPECTION_GIRS += gnome-autoar/GnomeAutoarGtk-0.1.gir -gnome-autoar/GnomeAutoarGtk-0.1.gir: gnome-autoar/libgnome-autoar-gtk.la +gnome-autoar/GnomeAutoarGtk-0.1.gir: gnome-autoar/libgnome-autoar-gtk.la gnome-autoar/GnomeAutoar-0.1.gir gnome_autoar_GnomeAutoarGtk_0_1_gir_SCANNERFLAGS = --identifier-prefix=AutoarGtk gnome_autoar_GnomeAutoarGtk_0_1_gir_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) gnome_autoar_GnomeAutoarGtk_0_1_gir_INCLUDES = GnomeAutoar-0.1 Gtk-3.0 -- cgit v1.2.3