Changeset d8ff00df25d28e47220c14f97f89956de31831b6
- Timestamp:
- 03/09/08 16:22:46
(6 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1205076166 +0100
- git-parent:
[fb120859aa3401d3c2f6b4f6601440a179c8ef5a]
- git-author:
- Rafaël Carré <funman@videolan.org> 1205076166 +0100
- Message:
fix libvlc linking when UPDATE_CHECK is on
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r45dc363 |
rd8ff00d |
|
| 137 | 137 | SOVERSION 1 VERSION 1.0.0) |
|---|
| 138 | 138 | |
|---|
| | 139 | if(UPDATE_CHECK) |
|---|
| | 140 | target_link_libraries(libvlc ${LIBM} ${LIBRT} ${LIBICONV} ${Dlopen_LIBRARIES} "-lgcrypt") |
|---|
| | 141 | else(UPDATE_CHECK) |
|---|
| 139 | 142 | target_link_libraries(libvlc ${LIBM} ${LIBRT} ${LIBICONV} ${Dlopen_LIBRARIES}) |
|---|
| 140 | | |
|---|
| | 143 | endif(UPDATE_CHECK) |
|---|
| 141 | 144 | |
|---|
| 142 | 145 | # libvlc-control |
|---|