Changeset 245a80d201ffa3782adcc908bded9851320a4491
- Timestamp:
- 26/02/06 12:59:18
(3 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1140955158 +0000
- git-parent:
[75729ee150eb396509bfea909c903caf558e2c8f]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1140955158 +0000
- Message:
Move vlc.c to . to fix distclean (Automake limitation)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6c46c25 |
r245a80d |
|
| 203 | 203 | bin_PROGRAMS = vlc |
|---|
| 204 | 204 | |
|---|
| 205 | | vlc_SOURCES = src/vlc.c |
|---|
| | 205 | vlc_SOURCES = vlc.c |
|---|
| 206 | 206 | # Ugly kludge so that automake defines $(CXXLINK) |
|---|
| 207 | 207 | EXTRA_vlc_SOURCES = extras/zsh.cpp |
|---|