Changeset d8ff00df25d28e47220c14f97f89956de31831b6

Show
Ignore:
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
  • extras/buildsystem/cmake/CMakeLists/src_CMakeLists.txt

    r45dc363 rd8ff00d  
    137137        SOVERSION 1 VERSION 1.0.0) 
    138138 
     139if(UPDATE_CHECK) 
     140target_link_libraries(libvlc ${LIBM} ${LIBRT} ${LIBICONV} ${Dlopen_LIBRARIES} "-lgcrypt") 
     141else(UPDATE_CHECK) 
    139142target_link_libraries(libvlc ${LIBM} ${LIBRT} ${LIBICONV} ${Dlopen_LIBRARIES}) 
    140  
     143endif(UPDATE_CHECK) 
    141144 
    142145# libvlc-control