Changeset 21efc7ca07db3ba1ea0c48e861a5596875089576
- Timestamp:
- 05/09/08 18:18:20
(3 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210349900 +0300
- git-parent:
[52f9f251c102d81e8ee3ff80ee9ef074a832d230]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210349565 +0300
- Message:
fix Makefile.am
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rfe5b149 |
r21efc7c |
|
| 351 | 351 | |
|---|
| 352 | 352 | ALL_ALIASES = cvlc rvlc svlc wxvlc qvlc nvlc |
|---|
| 353 | | bin_SCRIPTS += $(ALIASES) |
|---|
| | 353 | bin_SCRIPTS = $(ALIASES) |
|---|
| 354 | 354 | CLEANFILES += $(ALIASES) |
|---|
| 355 | 355 | if BUILD_VLC |
|---|