From 2484dbddac7bd1d00792f8ddd3bc754d11fe7c6c Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Fri, 17 Aug 2012 11:24:21 +0200 Subject: [PATCH] build: Fix debug builds --- common.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.am b/common.am index fd1f058..3f6c482 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) -- 2.7.4