diff options
author | H.Habighorst <tearofadragon@googlemail.com> | 2009-06-19 21:24:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-19 21:24:25 +0800 |
commit | bbdb03cc99a393667636c371a04413b0fd4710ec (patch) | |
tree | 1e25b788badd342a402954a60866ad56c6e51276 /help | |
parent | d004563b7bdb02b44e96d8202ca84880082f8ff5 (diff) | |
download | gsoc2013-evolution-bbdb03cc99a393667636c371a04413b0fd4710ec.tar.gz gsoc2013-evolution-bbdb03cc99a393667636c371a04413b0fd4710ec.tar.zst gsoc2013-evolution-bbdb03cc99a393667636c371a04413b0fd4710ec.zip |
Bug 586378 - Various build cleanups
Diffstat (limited to 'help')
-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 |