We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76aae4 commit dc0f490Copy full SHA for dc0f490
Makefile.am
@@ -36,7 +36,9 @@ DISTCLEANFILES = \
36
intltool-merge \
37
intltool-update
38
39
-DISTCHECK_CONFIGURE_FLAGS = --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck'
+DISTCHECK_CONFIGURE_FLAGS = \
40
+ --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \
41
+ CFLAGS='-Wno-deprecated-declarations'
42
43
44
MAINTAINERCLEANFILES = \
0 commit comments