diff options
author | raveit65 <[email protected]> | 2018-12-19 12:59:22 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-19 13:27:09 +0100 |
commit | d0a089f1d26438f666bed293866751efaa568531 (patch) | |
tree | 694b76c773157d755a0e1a85a418bad5a7f6fdec /Makefile.am | |
parent | f13a0231e030224e96667cc774dc3aa18fddfcac (diff) | |
download | mate-calc-d0a089f1d26438f666bed293866751efaa568531.tar.bz2 mate-calc-d0a089f1d26438f666bed293866751efaa568531.tar.xz |
disable deprecation warnings for distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 08ceaea..5a74e24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,9 @@ DISTCLEANFILES = \ omf.make \ xmldocs.make +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' + EXTRA_DIST = \ autogen.sh |