aboutsummaryrefslogtreecommitdiffstats
path: root/libgsm0710mux
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-06-05 07:06:41 +0200
committerSimon Busch <morphis@gravedo.de>2012-06-05 07:36:13 +0200
commit746274487f047fcd7ef45f7273c8e1dbfb5a6519 (patch)
tree13fc2564b8a5b24fc584c77b4b60f05f5b40eee0 /libgsm0710mux
parentb83c7f71750fcbbccc686f66c04071fae2dc1932 (diff)
downloadcornucopia-746274487f047fcd7ef45f7273c8e1dbfb5a6519.tar.gz
cornucopia-746274487f047fcd7ef45f7273c8e1dbfb5a6519.tar.bz2
cornucopia-746274487f047fcd7ef45f7273c8e1dbfb5a6519.zip
Use --debug instead of -g as Vala debug option and get back -D DEBUG
Using -g gives use some strange behaviour of automake. -g will end up in DIST_COMMON variable where it should never be ...
Diffstat (limited to 'libgsm0710mux')
-rw-r--r--libgsm0710mux/Makefile.decl2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgsm0710mux/Makefile.decl b/libgsm0710mux/Makefile.decl
index f7665a04..b3572d71 100644
--- a/libgsm0710mux/Makefile.decl
+++ b/libgsm0710mux/Makefile.decl
@@ -61,6 +61,6 @@ DEBUG_VALAFLAGS =
DEBUG_CFLAGS =
if WANT_DEBUG
-DEBUG_VALAFLAGS += -g
+DEBUG_VALAFLAGS += --debug -D DEBUG
DEBUG_CFLAGS += -ggdb -O0
endif