[vlc-devel] [PATCH 3.0 02/10] bin: don't install aliases if the vlc executable is not built

Steve Lhomme robux4 at ycbcr.xyz
Fri Aug 21 13:40:56 CEST 2020


(cherry picked from commit 77e92517b8fe8fd42b05b005c2907b07056ac710)

Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
---
 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)
 
-- 
2.26.2



More information about the vlc-devel mailing list