diff options
author | raveit65 <[email protected]> | 2018-12-22 14:14:09 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-22 15:21:24 +0100 |
commit | 2dec591a2bb1dce3e785f52449e98e197a24d387 (patch) | |
tree | b70b373606f242075b78d32f37c425cfb3c469dc | |
parent | 6ff969002ab8f07f547211a1111ce1a62e34ca17 (diff) | |
download | mate-power-manager-2dec591a2bb1dce3e785f52449e98e197a24d387.tar.bz2 mate-power-manager-2dec591a2bb1dce3e785f52449e98e197a24d387.tar.xz |
disable deprecation warnings for distcheck
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 24b8441..9c6b1c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,8 @@ DISTCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --disable-schemas-install \ --disable-applets \ - --disable-tests + --disable-tests \ + CFLAGS='-Wno-deprecated-declarations' # Build ChangeLog from GIT history ChangeLog: |