[vlc-commits] test: fix distcheck

Thomas Guillem git at videolan.org
Wed Jun 8 10:13:20 CEST 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Jun  8 10:12:32 2016 +0200| [9dfbee33b0e79cdc52c2920546bf494ca9cf251e] | committer: Thomas Guillem

test: fix distcheck

Add missing samples/slaves to EXTRA_DIST

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9dfbee33b0e79cdc52c2920546bf494ca9cf251e
---

 test/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index a7b1978..563fb90 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -45,7 +45,7 @@ EXTRA_PROGRAMS = \
 	$(NULL)
 
 #check_DATA = samples/test.sample samples/meta.sample
-EXTRA_DIST = samples/empty.voc samples/image.jpg samples/subitems $(check_SCRIPTS)
+EXTRA_DIST = samples/empty.voc samples/image.jpg samples/subitems samples/slaves $(check_SCRIPTS)
 
 check_HEADERS = libvlc/test.h libvlc/libvlc_additions.h
 



More information about the vlc-commits mailing list