[vlc-devel] [PATCH] distcheck: forward the contrib directory

Steve Lhomme robUx4 at videolabs.io
Fri May 15 16:35:56 CEST 2015


---
not sure this is what we expect from distcheck though
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index b66c21b..bcb88a2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -92,7 +92,8 @@ DISTCHECK_CONFIGURE_FLAGS = \
 	--disable-lua \
 	--disable-fribidi --disable-glx \
 	--disable-mkv \
-	--with-kde-solid='$${datadir}/kde4/apps'
+	--with-kde-solid='$${datadir}/kde4/apps' \
+	--with-contrib=$(CONTRIB_DIR)
 
 ACLOCAL_AMFLAGS = -I m4
 AUTOMAKE_OPTIONS = \
-- 
2.4.0




More information about the vlc-devel mailing list