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 = \ ...@@ -45,9 +45,9 @@ AUTOMAKE_OPTIONS = \
1.9 \ 1.9 \
-Wall \ -Wall \
check-news \ check-news \
std-options \
dist-bzip2 \ dist-bzip2 \
no-dist-gzip no-dist-gzip
# std-options
############################################################################### ###############################################################################
# MacOS X project # MacOS X project
...@@ -322,6 +322,7 @@ endif ...@@ -322,6 +322,7 @@ endif
ALL_ALIASES = cvlc rvlc svlc wxvlc qvlc nvlc ALL_ALIASES = cvlc rvlc svlc wxvlc qvlc nvlc
bin_SCRIPTS += $(ALIASES) bin_SCRIPTS += $(ALIASES)
CLEANFILES += $(ALIASES)
EXTRA_SCRIPTS = $(ALL_ALIASES) EXTRA_SCRIPTS = $(ALL_ALIASES)
dist_noinst_SCRIPTS += make-alias 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