diff options
author | raveit65 <[email protected]> | 2018-12-24 16:42:22 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-24 17:27:16 +0100 |
commit | acf0c5d3c22f35268b1df6368bdd130af6b0a7fc (patch) | |
tree | b6120f7223b58733459a384eaa6d50f429fb3a0a /Makefile.am | |
parent | ac89c5a9baebbac4eeffae44aa6424f53d3519ac (diff) | |
download | mate-terminal-acf0c5d3c22f35268b1df6368bdd130af6b0a7fc.tar.bz2 mate-terminal-acf0c5d3c22f35268b1df6368bdd130af6b0a7fc.tar.xz |
disable deprecation warnings for distcheck
Diffstat (limited to 'Makefile.am')
-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 |