aboutsummaryrefslogtreecommitdiffstats
path: root/macros/Makefile.am
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-08-21 05:23:52 +0800
committerRaja R Harinath <harinath@src.gnome.org>1998-08-21 05:23:52 +0800
commitbfdb2a9614064654f7ae6292314f1a7f00ffdf2d (patch)
tree62eb15f89dbf6321d047170c62f8d411183562bf /macros/Makefile.am
parent6158ea365fc20a777a444011e92713fa3168bdda (diff)
downloadgsoc2013-evolution-bfdb2a9614064654f7ae6292314f1a7f00ffdf2d.tar
gsoc2013-evolution-bfdb2a9614064654f7ae6292314f1a7f00ffdf2d.tar.gz
gsoc2013-evolution-bfdb2a9614064654f7ae6292314f1a7f00ffdf2d.tar.bz2
gsoc2013-evolution-bfdb2a9614064654f7ae6292314f1a7f00ffdf2d.tar.lz
gsoc2013-evolution-bfdb2a9614064654f7ae6292314f1a7f00ffdf2d.tar.xz
gsoc2013-evolution-bfdb2a9614064654f7ae6292314f1a7f00ffdf2d.tar.zst
gsoc2013-evolution-bfdb2a9614064654f7ae6292314f1a7f00ffdf2d.zip
New file. Defines the GNOME_COMPILER_WARNINGS macro. Add
* compiler-flags.m4: New file. Defines the GNOME_COMPILER_WARNINGS macro. * autogen.sh (conf_flags): Add `--enable-compile-warnings' to list of flags passed to `configure'. * Makefile.am (MACROS): Add compiler-flags.m4. svn path=/trunk/; revision=327
Diffstat (limited to 'macros/Makefile.am')
-rw-r--r--macros/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am
index 3bb9e94c11..494835ea97 100644
--- a/macros/Makefile.am
+++ b/macros/Makefile.am
@@ -1,6 +1,7 @@
## Please update this variable if any new macros are created
MACROS= \
aclocal-include.m4 \
+ compiler-flags.m4 \
curses.m4 \
gnome-fileutils.m4 \
gnome-guile-checks.m4 \