Skip to content

Commit 5545476

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent 8fd39d4 commit 5545476

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ DISTCLEANFILES = \
1313
intltool-update
1414

1515
DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install \
16-
--with-cajadir='$${libdir}/caja/extensions-2.0-distcheck'
16+
--with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \
17+
CFLAGS='-Wno-deprecated-declarations'
1718

1819
# Build ChangeLog from GIT history
1920
ChangeLog:

0 commit comments

Comments
 (0)