[rygel] build: Fix --enable-debug



commit 03101e18be107391726f138945cd5440025bfb15
Author: Jens Georg <jensg openismus com>
Date:   Mon Jun 24 15:08:49 2013 +0200

    build: Fix --enable-debug

 common.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/common.am b/common.am
index 066fa52..497c729 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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]