diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-08-24 01:06:24 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-08-24 01:06:24 +0800 |
commit | 874672b2c7fba2a0a6ee9319c0aa3f58cfce5801 (patch) | |
tree | 206fe8ec92f1f2a8e6198683249b71c9c7426967 /embed/mozilla | |
parent | 751751ed4fc3018ec60af7990ab0e8d5bd5ed00c (diff) | |
download | gsoc2013-epiphany-874672b2c7fba2a0a6ee9319c0aa3f58cfce5801.tar gsoc2013-epiphany-874672b2c7fba2a0a6ee9319c0aa3f58cfce5801.tar.gz gsoc2013-epiphany-874672b2c7fba2a0a6ee9319c0aa3f58cfce5801.tar.bz2 gsoc2013-epiphany-874672b2c7fba2a0a6ee9319c0aa3f58cfce5801.tar.lz gsoc2013-epiphany-874672b2c7fba2a0a6ee9319c0aa3f58cfce5801.tar.xz gsoc2013-epiphany-874672b2c7fba2a0a6ee9319c0aa3f58cfce5801.tar.zst gsoc2013-epiphany-874672b2c7fba2a0a6ee9319c0aa3f58cfce5801.zip |
Use WARN_CXXFLAGS for mozilla code. You need to update gnome-common.
2003-08-23 Marco Pesenti Gritti <marco@gnome.org>
* configure.in:
* embed/mozilla/Makefile.am:
Use WARN_CXXFLAGS for mozilla code. You need to
update gnome-common.
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index 7e8d2bee9..a27b3e54a 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/embed \ -I$(top_srcdir) \ - $(WARN_CFLAGS) \ + $(WARN_CXXFLAGS) \ $(MOZILLA_COMPONENT_CFLAGS) \ -I$(MOZILLA_INCLUDE_ROOT)/appcomps \ -I$(MOZILLA_INCLUDE_ROOT)/chrome \ |