[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2323: Small fix to notbobfischer's patch in r2321. (in vidalia/trunk: . src/util)



Author: edmanm
Date: 2008-01-24 20:53:10 -0500 (Thu, 24 Jan 2008)
New Revision: 2323

Modified:
   vidalia/trunk/
   vidalia/trunk/src/util/CMakeLists.txt
Log:
 r80@lysithea:  edmanm | 2008-01-24 20:50:52 -0500
 Small fix to notbobfischer's patch in r2321.



Property changes on: vidalia/trunk
___________________________________________________________________
 svk:merge ticket from /local/vidalia/trunk [r80] on 90112fd6-a33b-4cea-8d39-48ff1d78625c

Modified: vidalia/trunk/src/util/CMakeLists.txt
===================================================================
--- vidalia/trunk/src/util/CMakeLists.txt	2008-01-25 00:27:40 UTC (rev 2322)
+++ vidalia/trunk/src/util/CMakeLists.txt	2008-01-25 01:53:10 UTC (rev 2323)
@@ -58,7 +58,7 @@
     ##      OpenSSL libs on Windows as well, depending on how Qt was built.
     ##      It suffices for the default Qt install on Windows though, until we
     ##      gets some more complex CMake fu in.
-    target_link_libraries(crypto ssl)
+    target_link_libraries(util crypto ssl)
   endif(UNIX)
 endif(USE_QSSLSOCKET)