From 02ef0cd9ef4b83e83b7496bb7dce311099888a21 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 22 Oct 2013 00:17:45 +0200 Subject: Enable deprecated in DISTCHECK_CONFIGURE_FLAGS The problem is that without the Gstatic*Mutex the gstreamer mixer fails to build This is because Gstatic*Mutex is deprecated in glib but still in use by gstreamer 0.10. To have make distcheck work we enable it here. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fabdac6..60a5543 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,8 @@ endif DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper \ --enable-more-warnings \ - --enable-compile-warnings=maximum + --enable-compile-warnings=maximum \ + --enable-deprecated DIST_SUBDIRS = \ po \ -- cgit v1.2.1