Changeset 478c8270a2e2ccbfe044bd290ee062f0430711ff

Show
Ignore:
Timestamp:
02/08/08 01:20:06 (5 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1202430006 +0000
git-parent:

[3edce1dc6f2d1ba9a76a434eaad142706e08add0]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1202430006 +0000
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    rd97e6fb r478c827  
    4646    -Wall \ 
    4747    check-news \ 
    48     std-options \ 
    4948    dist-bzip2 \ 
    5049    no-dist-gzip 
     50#   std-options 
    5151 
    5252############################################################################### 
     
    323323ALL_ALIASES = cvlc rvlc svlc wxvlc qvlc nvlc 
    324324bin_SCRIPTS += $(ALIASES) 
     325CLEANFILES += $(ALIASES) 
    325326EXTRA_SCRIPTS = $(ALL_ALIASES) 
    326327