diff options
author | raveit65 <[email protected]> | 2018-12-16 15:59:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-16 15:59:51 +0100 |
commit | 74edb1c7c546cf278e10eaf38ba3d028c456cc96 (patch) | |
tree | 7416a40d74fae4dd08b0c9683e07fed226e5122e | |
parent | 6ffc509470e86f19692988b63ee5a84819530f78 (diff) | |
download | libmateweather-74edb1c7c546cf278e10eaf38ba3d028c456cc96.tar.bz2 libmateweather-74edb1c7c546cf278e10eaf38ba3d028c456cc96.tar.xz |
disable deprecation warnings for distcheck
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f836421..41eb67a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ - --disable-icon-update + --disable-icon-update \ + CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ autogen.sh |