diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c7631b4..3088c25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,9 @@ SUBDIRS = \ po \ $(NULL) +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' + EXTRA_DIST = \ autogen.sh \ ChangeLog \ |