Changeset 40356097fea4dba1e8d8d22dc3d62f86337b291e
- Timestamp:
- 10/19/06 21:00:54
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1161284454 +0000
- git-parent:
[8c891efbf1c854851c1657e7dfed61bbb1d03f7b]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1161284454 +0000
- Message:
Remove -version-info; it is plain meaningless for a program
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r56fc945 |
r4035609 |
|
| 282 | 282 | vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc` |
|---|
| 283 | 283 | if USE_LIBTOOL |
|---|
| 284 | | vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc` -version-info 0:0:0 |
|---|
| | 284 | vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc` |
|---|
| 285 | 285 | LIB_libvlc = libvlc.la |
|---|
| 286 | 286 | LIBVLC = src/$(LIB_libvlc) |
|---|