diff options
author | raveit65 <[email protected]> | 2018-12-21 16:35:19 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-21 16:35:19 +0100 |
commit | 36a63e25d8a94d7bbd776196e597e93fe2024231 (patch) | |
tree | 2b71a820aee17b700fff3b28bf59637d8307ae16 /Makefile.am | |
parent | 0b5fddfc81d476d8876cbba7b306f06af5197f5c (diff) | |
download | mate-indicator-applet-36a63e25d8a94d7bbd776196e597e93fe2024231.tar.bz2 mate-indicator-applet-36a63e25d8a94d7bbd776196e597e93fe2024231.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 220d315..7f75fcb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,9 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-localinstall \ + CFLAGS='-Wno-deprecated-declarations' DISTCLEANFILES = \ indicator-applet-*.tar.gz \ |