summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-26 13:33:40 +0100
committerraveit65 <[email protected]>2018-12-26 13:33:40 +0100
commitfc99cc491ea10ef61942f924eff014ba40c0381c (patch)
tree30e2489fcf77d64538669e4bc0b398d934c51ac9 /Makefile.am
parent8b822411407ceac7e6af81a22248f14cbf9850cc (diff)
downloadpython-caja-fc99cc491ea10ef61942f924eff014ba40c0381c.tar.bz2
python-caja-fc99cc491ea10ef61942f924eff014ba40c0381c.tar.xz
disable deprecation warnings for distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 505b848..a54fb9c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,10 @@ extension_DATA = $(extension_in_files:.caja-extension.in=.caja-extension)
EXTRA_DIST = autogen.sh caja-python.pc.in libcaja-python.caja-extension.in
CLEANFILES = libcaja-python.caja-extension
-DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck'
+DISTCHECK_CONFIGURE_FLAGS= \
+ --enable-gtk-doc \
+ --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \
+ CFLAGS='-Wno-deprecated-declarations'
# Build ChangeLog from GIT history
ChangeLog: