Changeset bfbec2297d201ce956615b7c22aa2151e7859244
- Timestamp:
- 02/25/08 18:57:58
(6 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1203962278 +0000
- git-parent:
[d7a9b8b1971d17585e0e8675cb203e7ea6f9b028]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1203962278 +0000
- Message:
Fix a long-standing missing dependency of vlc upon libvlc
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9a4101d |
rbfbec22 |
|
| 382 | 382 | # |
|---|
| 383 | 383 | vlc_SOURCES = vlc.c |
|---|
| 384 | | vlc_DEPENDENCIES = $(DATA_win32_rc) |
|---|
| | 384 | vlc_DEPENDENCIES = $(DATA_win32_rc) libvlc.la |
|---|
| 385 | 385 | |
|---|
| 386 | 386 | vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc` |
|---|