[anjuta] Use $(WARN_CFLAGS) rather than -Wall
- From: Massimo Cora' <mcora src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] Use $(WARN_CFLAGS) rather than -Wall
- Date: Tue, 6 Apr 2010 21:40:47 +0000 (UTC)
commit 6f2e8826f93513ce8f092787094998a6ffac2f28
Author: Halton Huo <halton huo sun com>
Date: Tue Apr 6 23:34:38 2010 +0200
Use $(WARN_CFLAGS) rather than -Wall
plugins/js-debugger/Makefile.am | 2 +-
plugins/language-support-js/Makefile.am | 3 +--
plugins/symbol-db/anjuta-tags/Makefile.am | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/plugins/js-debugger/Makefile.am b/plugins/js-debugger/Makefile.am
index 4e61a0e..51561ed 100644
--- a/plugins/js-debugger/Makefile.am
+++ b/plugins/js-debugger/Makefile.am
@@ -19,7 +19,7 @@ js_debugger_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
# Include paths
AM_CPPFLAGS = \
- -Werror \
+ $(WARN_CFLAGS) \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DANJUTA_DATA_DIR=\"$(anjuta_data_dir)\" \
-DANJUTA_PLUGIN_DIR=\"$(anjuta_plugin_dir)\" \
diff --git a/plugins/language-support-js/Makefile.am b/plugins/language-support-js/Makefile.am
index 58471b0..58be7db 100644
--- a/plugins/language-support-js/Makefile.am
+++ b/plugins/language-support-js/Makefile.am
@@ -29,8 +29,7 @@ js_support_plugin_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
# Include paths
AM_CPPFLAGS = \
- -Wall \
- -Werror \
+ -$(WARN_CFLAGS) \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DANJUTA_DATA_DIR=\"$(anjuta_data_dir)\" \
-DANJUTA_PLUGIN_DIR=\"$(anjuta_plugin_dir)\" \
diff --git a/plugins/symbol-db/anjuta-tags/Makefile.am b/plugins/symbol-db/anjuta-tags/Makefile.am
index 0d73de1..f4cd88b 100644
--- a/plugins/symbol-db/anjuta-tags/Makefile.am
+++ b/plugins/symbol-db/anjuta-tags/Makefile.am
@@ -8,7 +8,7 @@ AM_CPPFLAGS = \
-DPACKAGE_DATA_DIR=\""$(datadir)"\"
AM_CFLAGS =\
- -Wall \
+ $(WARN_CFLAGS) \
$(GLIB_CFLAGS) \
$(VALA_CFLAGS) \
$(LIBXML_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]