[gnome-autoar] Fix race condition when building GnomeAutoarGtk-0.1.gir



commit 75de813fbc40e897f212abc994b127542296dc78
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Sun May 11 03:30:44 2014 +0800

    Fix race condition when building GnomeAutoarGtk-0.1.gir

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


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