summaryrefslogtreecommitdiff
path: root/common.am
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-08-17 11:24:21 +0200
committerJens Georg <mail@jensge.org>2012-08-17 11:24:33 +0200
commit2484dbddac7bd1d00792f8ddd3bc754d11fe7c6c (patch)
tree541931c039882ce22b1a3a1d212ae77f4fd76e38 /common.am
parent6f037e84a50f696a95f36c4fa9c52b4b8c031bab (diff)
downloadrygel-2484dbddac7bd1d00792f8ddd3bc754d11fe7c6c.tar.gz
build: Fix debug builds
Diffstat (limited to 'common.am')
-rw-r--r--common.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.am b/common.am
index fd1f0586..3f6c4824 100644
--- a/common.am
+++ b/common.am
@@ -85,7 +85,7 @@ RYGEL_COMMON_VALAFLAGS = \
--pkg rygel-build-config \
--vapidir=$(rygeldir) \
--vapidir=$(librygelcoredir) \
- $(RYGEL_COMMON_VALAFLAGS_PKG)
+ $(RYGEL_COMMON_VALAFLAGS_PKG) \
$(RYGEL_DEBUG_VALAFLAGS) \
$(COVERAGE_VALAFLAGS)