vlc/vlc-3.0 | branch: master | Steve Lhomme <[email protected]> | 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 <[email protected]>

> 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)
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to