Changeset 478c8270a2e2ccbfe044bd290ee062f0430711ff
- 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
| rd97e6fb |
r478c827 |
|
| 46 | 46 | -Wall \ |
|---|
| 47 | 47 | check-news \ |
|---|
| 48 | | std-options \ |
|---|
| 49 | 48 | dist-bzip2 \ |
|---|
| 50 | 49 | no-dist-gzip |
|---|
| | 50 | # std-options |
|---|
| 51 | 51 | |
|---|
| 52 | 52 | ############################################################################### |
|---|
| … | … | |
| 323 | 323 | ALL_ALIASES = cvlc rvlc svlc wxvlc qvlc nvlc |
|---|
| 324 | 324 | bin_SCRIPTS += $(ALIASES) |
|---|
| | 325 | CLEANFILES += $(ALIASES) |
|---|
| 325 | 326 | EXTRA_SCRIPTS = $(ALL_ALIASES) |
|---|
| 326 | 327 | |
|---|