summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-11-09 10:01:44 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-11-09 16:39:07 +0100
commit71624fbb7be2266298e33a45028ce0b5c1a54bd0 (patch)
tree0a35b2424e112758ec71c64f5df9d85d7e081709
parentf23a342a4a1a437fb17b50faa2c7530323f70266 (diff)
downloadgupnp-igd-71624fbb7be2266298e33a45028ce0b5c1a54bd0.tar.gz
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
-rw-r--r--libgupnp-igd/Makefile.am1
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 \