diff options
author | raveit65 <[email protected]> | 2020-04-19 14:25:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 14:27:34 +0200 |
commit | b09ec0be2da7f656e18a63685a459c7d9b33588b (patch) | |
tree | 9899ce7d3f8aa4353ce285737cd3cf6dc62554c2 /Makefile.am | |
parent | d600d8a8d3e5a019db120f20a9da8a1891bb6728 (diff) | |
download | marco-b09ec0be2da7f656e18a63685a459c7d9b33588b.tar.bz2 marco-b09ec0be2da7f656e18a63685a459c7d9b33588b.tar.xz |
build: silent build warnings for distcheck
Diffstat (limited to 'Makefile.am')
-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 |