diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-11-08 21:13:07 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-11-08 21:13:07 +0000 |
commit | dfaee3a548307f74995e4a52efe490fe75514c26 (patch) | |
tree | d43b47ac4f18469e647abd2da33425cfcfb3d49e /muse2/muse | |
parent | d9665c825692b75a53e1582adb8077c5734ae536 (diff) |
Add missing link to libdl.so. Caused bulid failure on Fedora 14 (Orcan)
Diffstat (limited to 'muse2/muse')
-rw-r--r-- | muse2/muse/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/CMakeLists.txt b/muse2/muse/CMakeLists.txt index cde9344b..303e6b51 100644 --- a/muse2/muse/CMakeLists.txt +++ b/muse2/muse/CMakeLists.txt @@ -331,6 +331,7 @@ target_link_libraries(muse ${UUID_LIBRARIES} ${PYLIBS} ${FST_LIB} + dl ) if(HAVE_LASH) |