diff options
author | raveit65 <[email protected]> | 2018-12-20 19:36:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-20 19:36:42 +0100 |
commit | cf5a9a16832f037b1e0a4e9114208bb061892daa (patch) | |
tree | 0ba55a3e9ac11b1179bf9003cf1b99de018e039d | |
parent | c586fe539efb8af372e60c752e03cb950cee9e77 (diff) | |
download | mate-notification-daemon-cf5a9a16832f037b1e0a4e9114208bb061892daa.tar.bz2 mate-notification-daemon-cf5a9a16832f037b1e0a4e9114208bb061892daa.tar.xz |
disable deprecation warnings for distcheck
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7e458cd..0ce5cb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,9 @@ $(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck -DISTCHECK_CONFIGURE_FLAGS = --disable-icon-update +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-icon-update \ + CFLAGS='-Wno-deprecated-declarations' DISTCLEANFILES = \ intltool-extract \ |