Skip to content

Commit

Permalink
disable deprecation warnings for distcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Dec 26, 2018
1 parent 8b82241 commit fc99cc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fc99cc4

Please sign in to comment.