[gupnp-igd] gir build: depend on library for 'make -j' safety



commit 71624fbb7be2266298e33a45028ce0b5c1a54bd0
Author: Ryan Lortie <desrt desrt ca>
Date:   Fri Nov 9 10:01:44 2012 -0500

    gir build: depend on library for 'make -j' safety
    
    Don't attempt to build the .gir file before the .la is done.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687995

 libgupnp-igd/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libgupnp-igd/Makefile.am b/libgupnp-igd/Makefile.am
index 3d54b96..f3634cd 100644
--- a/libgupnp-igd/Makefile.am
+++ b/libgupnp-igd/Makefile.am
@@ -48,6 +48,7 @@ EXTRA_DIST = gupnp-simple-igd-marshal.list
 
 
 include $(INTROSPECTION_MAKEFILE)
+GUPnPIgd-1.0.gir: libgupnp-igd-1.0.la
 INTROSPECTION_SCANNER_ARGS = --identifier-prefix=gupnp \
 	--identifier-prefix=gupnp_igd \
 	--identifier-prefix=GUPnP \



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