diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-08-13 15:44:23 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-08-13 15:44:23 +0100 |
commit | ae539a3ee029a3b57903e24442022c079b358b55 (patch) | |
tree | 07bd3b6522ff8d3796c4002aab956dc74a923bd7 /vala | |
parent | 5b8e77822b3396cffa1ef934c684a5866e6b2774 (diff) |
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.am | 2 |
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 \ |