summaryrefslogtreecommitdiff
path: root/common.am
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-06-24 15:08:49 +0200
committerJens Georg <jensg@openismus.com>2013-06-24 15:09:33 +0200
commit03101e18be107391726f138945cd5440025bfb15 (patch)
tree716de03c946554c08552bd0cce1bb3317f196174 /common.am
parent7fbb999baad9bb49fe61e84e8715cff1a5b20230 (diff)
downloadrygel-03101e18be107391726f138945cd5440025bfb15.tar.gz
build: Fix --enable-debug
Diffstat (limited to 'common.am')
-rw-r--r--common.am6
1 files changed, 3 insertions, 3 deletions
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: