summaryrefslogtreecommitdiff
path: root/common.am
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-10-31 10:03:14 +0100
committerJens Georg <jensg@openismus.com>2013-10-31 14:48:27 +0100
commit339522a6b61d65f6becb08994fde27c641159461 (patch)
treea804e8ea5c3a7234b474175ca47b52487d677e9a /common.am
parentf9965e681ca62a4f150017681f8851e1986eb19b (diff)
downloadrygel-339522a6b61d65f6becb08994fde27c641159461.tar.gz
doc: Fix distcheck in docs
Diffstat (limited to 'common.am')
-rw-r--r--common.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.am b/common.am
index 497c729c..9fbd34fc 100644
--- a/common.am
+++ b/common.am
@@ -49,7 +49,7 @@ RYGEL_COMMON_LIBRYGEL_CORE_LIBS = \
RYGEL_COMMON_LIBRYGEL_RENDERER_VALAFLAGS = \
- --vapidir=$(top_builddir)/src/librygel-renderer \
+ --vapidir=$(top_srcdir)/src/librygel-renderer \
--pkg rygel-renderer-2.0 \
$(RYGEL_COMMON_LIBRYGEL_CORE_VALAFLAGS)
@@ -64,7 +64,7 @@ RYGEL_COMMON_LIBRYGEL_RENDERER_LIBS = \
RYGEL_COMMON_LIBRYGEL_RENDERER_GST_VALAFLAGS = \
- --vapidir=$(top_builddir)/src/librygel-renderer-gst \
+ --vapidir=$(top_srcdir)/src/librygel-renderer-gst \
--pkg rygel-renderer-gst-2.0 \
$(RYGEL_COMMON_LIBRYGEL_RENDERER_VALAFLAGS)