diff options
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index ce3d554..27c8e92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,10 +2,8 @@ NULL = SUBDIRS = data po man mate-volume-control -DISTCHECK_CONFIGURE_FLAGS = \ - --enable-more-warnings \ - --enable-compile-warnings=maximum \ - --enable-deprecated +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' DIST_SUBDIRS = \ data \ |