summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2016-11-28 08:51:52 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2016-11-28 08:57:54 +0000
commit2f2d8efab094aa58c36d1efe226cedc2184d4b67 (patch)
treee43c23dc3621de19b73763a9f9c8079ab29dbe2c
parentcbe13631df30741bab3a2841205137f03220bf0b (diff)
downloadtotem-2f2d8efab094aa58c36d1efe226cedc2184d4b67.tar.gz
sample-vala: Fix srcdir ≠ builddir problem
https://bugzilla.gnome.org/show_bug.cgi?id=774786
-rw-r--r--src/plugins/sample-vala/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/sample-vala/Makefile.am b/src/plugins/sample-vala/Makefile.am
index a851f22bd..f82f2e388 100644
--- a/src/plugins/sample-vala/Makefile.am
+++ b/src/plugins/sample-vala/Makefile.am
@@ -8,7 +8,7 @@ plugin_in_files = sample-vala.plugin.in
# here we are explicitly specifying gtk+-3.0 to use the vapi because vala still
# cannot parse the gir
AM_VALAFLAGS = \
- --girdir=$(abs_top_srcdir)/src \
+ --girdir=$(abs_top_builddir)/src \
--pkg Totem-1.0 --pkg libpeas-1.0 --pkg gtk+-3.0
libsample_vala_la_SOURCES = totem-sample-vala-plugin.vala