diff options
| author | raveit65 <[email protected]> | 2018-12-23 17:17:03 +0100 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2018-12-23 17:17:03 +0100 | 
| commit | 5c2ea73e95f422d16773aac338f152c999f50906 (patch) | |
| tree | 6b6985012110aada3c693c966a4116e842ddadcf | |
| parent | fbd7aa888e2bce1c9bb361779bfc572d1abd15f2 (diff) | |
| download | mate-session-manager-5c2ea73e95f422d16773aac338f152c999f50906.tar.bz2 mate-session-manager-5c2ea73e95f422d16773aac338f152c999f50906.tar.xz | |
disable deprecation warnings for distcheck
| -rw-r--r-- | Makefile.am | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/Makefile.am b/Makefile.am index 40911b8..a802529 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,9 @@ SUBDIRS = \  ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +DISTCHECK_CONFIGURE_FLAGS = \ +	CFLAGS='-Wno-deprecated-declarations' +  EXTRA_DIST = \  	autogen.sh \  	HACKING | 
