summaryrefslogtreecommitdiff
path: root/vala
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-13 15:44:23 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-13 15:44:23 +0100
commitae539a3ee029a3b57903e24442022c079b358b55 (patch)
tree07bd3b6522ff8d3796c4002aab956dc74a923bd7 /vala
parent5b8e77822b3396cffa1ef934c684a5866e6b2774 (diff)
downloadtelepathy-glib-ae539a3ee029a3b57903e24442022c079b358b55.tar.gz
Fix out-of-tree builds of the Vala bindings
The .gir file is produced in the builddir, not the srcdir, if these differ.
Diffstat (limited to 'vala')
-rw-r--r--vala/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/Makefile.am b/vala/Makefile.am
index 93c64ecde..38d1a9400 100644
--- a/vala/Makefile.am
+++ b/vala/Makefile.am
@@ -13,7 +13,7 @@ BUILT_SOURCES = \
pkgconfigdir = ${libdir}/pkgconfig
pkgconfig_DATA = telepathy-vala.pc
-telepathy-glib.vapi: $(top_srcdir)/telepathy-glib/TelepathyGLib-0.12.gir
+telepathy-glib.vapi: $(top_builddir)/telepathy-glib/TelepathyGLib-0.12.gir
$(VAPIGEN_V)$(VAPIGEN) \
--library telepathy-glib \
--pkg gio-2.0 \