diff options
author | raveit65 <[email protected]> | 2018-12-24 16:42:22 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-24 16:42:22 +0100 |
commit | b226aa420e39db0c3f1b40de9eaae47e8303ef3d (patch) | |
tree | 6fc55f9f7cd0f418524e8686ed953db8f7b91183 | |
parent | 3a145a79594a00badaf145840f66a6007f79f812 (diff) | |
download | mate-terminal-b226aa420e39db0c3f1b40de9eaae47e8303ef3d.tar.bz2 mate-terminal-b226aa420e39db0c3f1b40de9eaae47e8303ef3d.tar.xz |
disable deprecation warnings for distcheck
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 26f2e87..117c8ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ NULL = DISTCHECK_CONFIGURE_FLAGS = \ --disable-schemas-install \ --disable-silent-rules \ - --with-gtk=2.0 + CFLAGS='-Wno-deprecated-declarations' @INTLTOOL_XML_RULE@ appdatadir = $(datadir)/appdata |