aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorclick <none@none>2010-12-18 01:36:00 +0100
committerclick <none@none>2010-12-18 01:36:00 +0100
commit0054bd83d8bc5f773f2df3a1985b4651a2097ce8 (patch)
tree10c04892315fe5ccf7d3eb763e9c4ba4c2fd6678 /src
parent4a067d5095f4593ee1df8e4e16565ee6f213c9b8 (diff)
Buildsystem/Linux: Fix linking of a long lost little child : jemalloc (yes, it has returned, and is now actively linked again)
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/server/worldserver/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/worldserver/CMakeLists.txt b/src/server/worldserver/CMakeLists.txt
index c3d663b7562..ceba96b8b89 100644
--- a/src/server/worldserver/CMakeLists.txt
+++ b/src/server/worldserver/CMakeLists.txt
@@ -164,7 +164,7 @@ target_link_libraries(worldserver
collision
g3dlib
gsoap
- ${JEMALLOC_LIB}
+ ${JEMALLOC_LIBRARY}
${READLINE_LIBRARY}
${TERMCAP_LIBRARY}
${ACE_LIBRARY}
@@ -198,3 +198,4 @@ if( USE_COREPCH )
add_native_precompiled_header(worldserver ${CMAKE_CURRENT_SOURCE_DIR}/PrecompiledHeaders/worldPCH)
endif()
endif()
+