Changeset 617c0f13a6cf36120ea236142696408274c839ac
- Timestamp:
- 09/24/07 21:00:52
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1190660452 +0000
- git-parent:
[34e2b4fe32ba3104eb0cf8fc5f6b6b1f834f4726]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1190660452 +0000
- Message:
Hmmrph
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r408e72b |
r617c0f1 |
|
| 250 | 250 | |
|---|
| 251 | 251 | vlc_LDADD = $(DATA_win32_rc) $(LIBVLC) $(LTLIBINTL) |
|---|
| 252 | | vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc` -no-install |
|---|
| | 252 | vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc` |
|---|
| 253 | 253 | if !HAVE_PLUGINS |
|---|
| 254 | 254 | vlc_LDFLAGS += `$(VLC_CONFIG) --target plugin | sed -e 's/\_plugin /_plugin.la /g'` |
|---|