diff options
author | raveit65 <[email protected]> | 2018-12-26 11:03:29 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-26 11:37:11 +0100 |
commit | 10f3924ffb5f6d2a120657a63033fa134827dcb9 (patch) | |
tree | b426693b64a3ae531d28c4e25a66967107742758 | |
parent | 38a70a521e0415c60fe383654e037162f249e58c (diff) | |
download | mozo-10f3924ffb5f6d2a120657a63033fa134827dcb9.tar.bz2 mozo-10f3924ffb5f6d2a120657a63033fa134827dcb9.tar.xz |
disable deprecation warnings for distcheck
-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@! \ |