diff options
author | Ting-Wei Lan <lantw@src.gnome.org> | 2014-05-11 03:30:44 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw@src.gnome.org> | 2014-05-11 03:30:44 +0800 |
commit | 75de813fbc40e897f212abc994b127542296dc78 (patch) | |
tree | 562c9c331b408c826a196370a2cc4b8c1c05824a | |
parent | 7a54cce38b8b336ac1e9861afcba199210e76a37 (diff) | |
download | gsoc2013-libgnome-autoar-75de813fbc40e897f212abc994b127542296dc78.tar.gz gsoc2013-libgnome-autoar-75de813fbc40e897f212abc994b127542296dc78.tar.zst gsoc2013-libgnome-autoar-75de813fbc40e897f212abc994b127542296dc78.zip |
Fix race condition when building GnomeAutoarGtk-0.1.gir
-rw-r--r-- | 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 |