[totem] sample-vala: Fix srcdir ≠ builddir problem



commit 2f2d8efab094aa58c36d1efe226cedc2184d4b67
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Nov 28 08:51:52 2016 +0000

    sample-vala: Fix srcdir ≠ builddir problem
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774786

 src/plugins/sample-vala/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/sample-vala/Makefile.am b/src/plugins/sample-vala/Makefile.am
index a851f22..f82f2e3 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]