diff options
author | raveit65 <[email protected]> | 2018-12-21 16:35:19 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-21 16:36:47 +0100 |
commit | d1e203a2b0ee8c0a1fb6814a37c6f9a13746acec (patch) | |
tree | 552f949231373a916e4f68864f20f9795402f8d6 | |
parent | a64d93b4f389897b406d75617e683d4a0516e92f (diff) | |
download | mate-indicator-applet-d1e203a2b0ee8c0a1fb6814a37c6f9a13746acec.tar.bz2 mate-indicator-applet-d1e203a2b0ee8c0a1fb6814a37c6f9a13746acec.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 32b36cc..7f75fcb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall \ +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-localinstall \ CFLAGS='-Wno-deprecated-declarations' DISTCLEANFILES = \ |