vlc | branch: master | Steve Lhomme <[email protected]> | Tue Jun 23 11:06:10 
2020 +0200| [77e92517b8fe8fd42b05b005c2907b07056ac710] | committer: Steve Lhomme

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

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

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

diff --git a/Makefile.am b/Makefile.am
index 8e49db33eb..be9516f9f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -126,7 +126,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