[vlc-devel] [PATCH 1/4] bin: don't install aliases if the vlc executable is not built
Steve Lhomme
robux4 at ycbcr.xyz
Tue Jun 23 13:57:27 CEST 2020
---
Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 8e49db33eba..be9516f9f86 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)
--
2.26.2
More information about the vlc-devel
mailing list