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 be96909 commit a9c2545
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.am
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 EXTRA_DIST = autogen.sh caja-python.pc.in libcaja-python.caja-extension.in
CLEANFILES = libcaja-python.caja-extension 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 # Build ChangeLog from GIT history
ChangeLog: ChangeLog:
Expand Down

0 comments on commit a9c2545

Please sign in to comment.