From 03101e18be107391726f138945cd5440025bfb15 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Mon, 24 Jun 2013 15:08:49 +0200 Subject: build: Fix --enable-debug --- common.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common.am') diff --git a/common.am b/common.am index 066fa52f..497c729c 100644 --- a/common.am +++ b/common.am @@ -99,10 +99,10 @@ RYGEL_COMMON_BUILD_CONFIG_VALAFLAGS = \ # Note: This must always be the last one in *_VALAFLAGS, # because the -g needs to be at the end of VALAFLAGS to not break make dist. RYGEL_COMMON_VALAFLAGS = \ - $(RYGEL_COMMON_BUILD_CONFIG_VALAFLAGS) + $(RYGEL_COMMON_BUILD_CONFIG_VALAFLAGS) \ $(RYGEL_COMMON_VALAFLAGS_PKG) \ - $(RYGEL_DEBUG_VALAFLAGS) \ - $(COVERAGE_VALAFLAGS) + $(COVERAGE_VALAFLAGS) \ + $(RYGEL_DEBUG_VALAFLAGS) vala-clean: -- cgit v1.2.1