diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 44bcacd4..4c5d0263 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,7 +55,8 @@ MAINTAINERCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ - --disable-tests + --disable-tests \ + CFLAGS='-Wno-deprecated-declarations' # Build ChangeLog from GIT history ChangeLog: |