summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-20 19:36:42 +0100
committerraveit65 <[email protected]>2018-12-20 19:53:17 +0100
commit3af2c3d42e818aaf36125642f2ed7f23f3bd7487 (patch)
tree35aea0033aff011bbe8ae1d98429ccd9d8802d83
parent240b02ec2522b47a14fafab1ea9e8d527a744d92 (diff)
downloadmate-notification-daemon-3af2c3d42e818aaf36125642f2ed7f23f3bd7487.tar.bz2
mate-notification-daemon-3af2c3d42e818aaf36125642f2ed7f23f3bd7487.tar.xz
disable deprecation warnings for distcheck
-rw-r--r--Makefile.am4
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 \