[vlc-commits] bin: don't install aliases if the vlc executable is not built

Steve Lhomme git at videolan.org
Thu Aug 27 09:37:19 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Jun 23 11:06:10 2020 +0200| [f19ae10d7ccdce218e164ffaa29cc46abe242bdf] | committer: Steve Lhomme

bin: don't install aliases if the vlc executable is not built

(cherry picked from commit 77e92517b8fe8fd42b05b005c2907b07056ac710)

Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

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

 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 35ee1e85d8..1b4bdb7ed8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -124,7 +124,9 @@ doc:
 ###############################################################################
 
 ALL_ALIASES = cvlc rvlc svlc qvlc nvlc
+if BUILD_VLC
 bin_SCRIPTS = $(ALIASES)
+endif
 CLEANFILES += $(ALIASES) $(noinst_SCRIPTS)
 EXTRA_SCRIPTS = $(ALL_ALIASES)
 



More information about the vlc-commits mailing list