diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8b10b59d..cf3866c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,6 +64,9 @@ DIST_SUBDIRS = \ command \ netspeed +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' + EXTRA_DIST = \ m4/ac-define-dir.m4 \ COPYING-DOCS \ |