Skip to content
Snippets Groups Projects
Commit 77e92517 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

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

parent 1ba4633b
No related branches found
No related tags found
Loading
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment