Commit 478c8270 authored by Christophe Mutricy's avatar Christophe Mutricy

Clean the vlc aliases

Don't test that vlc --help and vlc --version works because automake thinks that any output on stderr is an error.
parent 3edce1dc
......@@ -45,9 +45,9 @@ AUTOMAKE_OPTIONS = \
1.9 \
-Wall \
check-news \
std-options \
dist-bzip2 \
no-dist-gzip
# std-options
###############################################################################
# MacOS X project
......@@ -322,6 +322,7 @@ endif
ALL_ALIASES = cvlc rvlc svlc wxvlc qvlc nvlc
bin_SCRIPTS += $(ALIASES)
CLEANFILES += $(ALIASES)
EXTRA_SCRIPTS = $(ALL_ALIASES)
dist_noinst_SCRIPTS += make-alias
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment