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 be96909 commit a9c2545Copy full SHA for a9c2545
Makefile.am
@@ -17,7 +17,10 @@ extension_DATA = $(extension_in_files:.caja-extension.in=.caja-extension)
17
EXTRA_DIST = autogen.sh caja-python.pc.in libcaja-python.caja-extension.in
18
CLEANFILES = libcaja-python.caja-extension
19
20
-DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck'
+DISTCHECK_CONFIGURE_FLAGS= \
21
+ --enable-gtk-doc \
22
+ --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \
23
+ CFLAGS='-Wno-deprecated-declarations'
24
25
# Build ChangeLog from GIT history
26
ChangeLog:
0 commit comments