diff options
author | raveit65 <[email protected]> | 2020-04-19 14:25:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 14:25:45 +0200 |
commit | 75d0c96d63af308d14f4fdf65e9fb98c7b8a2074 (patch) | |
tree | faea8e5b9307caf271ead349c75f8a0cac6f1c9f | |
parent | 4528feeacb4d59a906edc24fb5d53e9c4cb0ff58 (diff) | |
download | marco-75d0c96d63af308d14f4fdf65e9fb98c7b8a2074.tar.bz2 marco-75d0c96d63af308d14f4fdf65e9fb98c7b8a2074.tar.xz |
build: silent build warnings for distcheck
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 986c1e94..b6af6ad4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,10 @@ EXTRA_DIST = \ meson_post_install.py \ po/meson.build +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ + CFLAGS='-Wno-deprecated-declarations' + DISTCLEANFILES = po/stamp-it # Build ChangeLog from GIT history |