diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 75072cf..3877c16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,9 @@ CLEANFILES += mozo DISTCLEANFILES = ChangeLog -DISTCHECK_CONFIGURE_FLAGS = --disable-icon-update +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-icon-update \ + CFLAGS='-Wno-deprecated-declarations' mozo: mozo.in $(AM_V_GEN)sed -e s!\@PYTHON\@!@PYTHON@! \ |