diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 78bf95a..0d75e92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,8 @@ endif ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ - --enable-gtk-doc + --enable-gtk-doc \ + CFLAGS='-Wno-deprecated-declarations' if MATE_ABOUT_ENABLED versiondir = $(datadir)/mate-about |