diff options
author | raveit65 <[email protected]> | 2018-12-26 11:03:29 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-26 11:03:29 +0100 |
commit | 2bb36d0b96fdfa52b1cb298a5333d694406025e7 (patch) | |
tree | e2f9d9fc8441e477f882bb8d1253f5c598462460 /Makefile.am | |
parent | d99ac4a00b94c2e77bc1d295f695a9480393c483 (diff) | |
download | mozo-2bb36d0b96fdfa52b1cb298a5333d694406025e7.tar.bz2 mozo-2bb36d0b96fdfa52b1cb298a5333d694406025e7.tar.xz |
disable deprecation warnings for distcheck
Diffstat (limited to 'Makefile.am')
-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@! \ |