From ae539a3ee029a3b57903e24442022c079b358b55 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 13 Aug 2010 15:44:23 +0100 Subject: Fix out-of-tree builds of the Vala bindings The .gir file is produced in the builddir, not the srcdir, if these differ. --- vala/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vala') 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 \ -- cgit v1.2.1