diff options
author | H.Habighorst <tearofadragon@googlemail.com> | 2009-06-19 21:24:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-24 22:29:13 +0800 |
commit | b7bf7ae3af4b831e05b212dec0962ff51daf696a (patch) | |
tree | d9c0117d752f2ab0dbd8bc3af81c9af49d98fec2 /help/Makefile.am | |
parent | 5aa431a5e2db2959c6e503ffaa4e1a05bc335cf2 (diff) | |
download | gsoc2013-evolution-b7bf7ae3af4b831e05b212dec0962ff51daf696a.tar.gz gsoc2013-evolution-b7bf7ae3af4b831e05b212dec0962ff51daf696a.tar.zst gsoc2013-evolution-b7bf7ae3af4b831e05b212dec0962ff51daf696a.zip |
Bug 586378 - Various build cleanups
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index 7654cee5f7..2428de150a 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,3 +1,6 @@ +# Suppress the Posix / GNU Make Warnings +AUTOMAKE_OPTIONS=-Wno-portability + SUBDIRS = quickref include $(top_srcdir)/gnome-doc-utils.make |