diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 08ceaea..5a74e24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,9 @@ DISTCLEANFILES = \ omf.make \ xmldocs.make +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' + EXTRA_DIST = \ autogen.sh |