diff options
author | raveit65 <[email protected]> | 2018-12-22 14:14:09 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-22 14:14:09 +0100 |
commit | 7badcbc16d2d92746cee1038d633ea358ea72438 (patch) | |
tree | d7d6d60063bf0772f6e4f288a0f8e01600ef9a07 | |
parent | 1514a0f56f4ad81d178f014bd594a7b1f1b99a2c (diff) | |
download | mate-power-manager-7badcbc16d2d92746cee1038d633ea358ea72438.tar.bz2 mate-power-manager-7badcbc16d2d92746cee1038d633ea358ea72438.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: |