summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-25 11:00:57 +0100
committerraveit65 <[email protected]>2018-12-25 11:00:57 +0100
commit55454761f641dcad4bd9f59fab09eb9837343070 (patch)
treef888ab5bc7e35036490c530801b43de1c6c6cbb1 /Makefile.am
parent8fd39d4ac09e39262a182ff69b16278af71a1703 (diff)
downloadmate-user-share-55454761f641dcad4bd9f59fab09eb9837343070.tar.bz2
mate-user-share-55454761f641dcad4bd9f59fab09eb9837343070.tar.xz
disable deprecation warnings for distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5ed23e2..98c9ade 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,8 @@ DISTCLEANFILES = \
intltool-update
DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install \
- --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck'
+ --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \
+ CFLAGS='-Wno-deprecated-declarations'
# Build ChangeLog from GIT history
ChangeLog: