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