diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8a7ae57..81e7b6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,9 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} EXTRA_DIST = autogen.sh -DISTCHECK_CONFIGURE_FLAGS = --disable-introspection +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-introspection \ + CFLAGS='-Wno-deprecated-declarations' MAINTAINERCLEANFILES = \ $(srcdir)/INSTALL \ |