aboutsummaryrefslogtreecommitdiff
path: root/net-im/libmsn/files/patch-msntest__CMakeLists.txt
blob: 7c9fe10d25fd565a72d5afec04ebc1b3b73e02be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./msntest/CMakeLists.txt.orig	2008-11-13 03:41:03.000000000 +0300
+++ ./msntest/CMakeLists.txt	2008-12-28 22:10:09.000000000 +0300
@@ -3,7 +3,7 @@
 )
 
 add_executable (msntest ${msntest_SRCS} ) 
-target_link_libraries(msntest crypto msn ssl)
+target_link_libraries(msntest crypto msn ssl compat)
 
 ########### install files ###############
 install(TARGETS msntest DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)