Skip to content

Commit e04adb3

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent dd67d69 commit e04adb3

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
@@ -44,7 +44,8 @@ DISTCLEANFILES = \
4444

4545
DISTCHECK_CONFIGURE_FLAGS = \
4646
--enable-gtk-doc \
47-
--with-cajadir='$${libdir}/caja/extensions-2.0-distcheck'
47+
--with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \
48+
CFLAGS='-Wno-deprecated-declarations'
4849

4950
# Build ChangeLog from GIT history
5051
ChangeLog:

0 commit comments

Comments
 (0)