summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-11-23 15:58:20 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-23 15:58:20 +0000
commitff88f9519bd283e69a5c0180c2971160b1284afe (patch)
treefe712ab1e830ce11d0c46f5a0afd549f8f4aedff
parentca84126af6cdedf2ae1abae673e0879476c29b57 (diff)
Makefile: make gir file depend on .la file
As of 7728cd8d, this dependency wasn't explicitly stated, so parallel make either blew up or introspected the .la file left around from a previous run.
-rw-r--r--glib/telepathy-glib/introspection.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/telepathy-glib/introspection.am b/glib/telepathy-glib/introspection.am
index ccb6b856c..8d9764519 100644
--- a/glib/telepathy-glib/introspection.am
+++ b/glib/telepathy-glib/introspection.am
@@ -10,6 +10,7 @@ include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS = TelepathyGLib-0.12.gir
+TelepathyGLib-0.12.gir: libtelepathy-glib.la
# /!\ Order matters, see https://bugzilla.gnome.org/show_bug.cgi?id=660629
TelepathyGLib_0_12_gir_FILES = \
$(srcdir)/proxy.c _gen/proxy-introspectable.h \