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

Steve Lhomme git at videolan.org
Fri Jun 26 11:41:32 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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)
 



More information about the vlc-commits mailing list