diff options
author | raveit65 <[email protected]> | 2018-12-23 14:45:56 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-23 15:53:07 +0100 |
commit | 706381123c03aea8f3530248839bb6fb0622fa27 (patch) | |
tree | 05e6e09729bba0aefaba26460a4b0863e047dc54 | |
parent | 9af426474201295b9642b353af02b1f3a689aa02 (diff) | |
download | mate-sensors-applet-706381123c03aea8f3530248839bb6fb0622fa27.tar.bz2 mate-sensors-applet-706381123c03aea8f3530248839bb6fb0622fa27.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 604865f..91fe2ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,9 @@ CLEANFILES = $(applet_DATA) \ $(gsettings_SCHEMAS) \ *.gschema.valid +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' + EXTRA_DIST = $(ui_DATA) \ $(applet_in_files).in \ $(service_in_files) \ |