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

(cherry picked from commit 77e92517b8)

Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
This commit is contained in:
Steve Lhomme 2020-06-23 11:06:10 +02:00
parent 3d9536d147
commit f19ae10d7c
1 changed files with 2 additions and 0 deletions

View File

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