From 680622a820075f90cef06b7f0c1653ad4bf9c2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <remi@remlab.net> Date: Tue, 15 May 2012 18:44:14 +0300 Subject: [PATCH] Ship run_vlc.sh --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index e79bdaee39cc..ca5a2b9cbc19 100644 --- a/Makefile.am +++ b/Makefile.am @@ -478,6 +478,7 @@ vlc$(EXEEXT): $(AM_V_GEN)$(LN_S) -f bin/vlc-static$(EXEEXT) vlc$(EXEEXT) TESTS = test/run_vlc.sh +dist_noinst_SCRIPTS += test/run_vlc.sh ############################################################################### # Installing plugins cache -- GitLab