Browse Source

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.
pull/2/head
Christophe Mutricy 18 years ago
parent
commit
478c8270a2
  1. 3
      Makefile.am

3
Makefile.am

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

Loading…
Cancel
Save