diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-08-05 14:58:30 -0700 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-08-05 14:58:30 -0700 |
commit | 860a82863966435bea680d8541f051e99a6c226c (patch) | |
tree | 6ef0bfa16e1ce8295f0b552daf7557a7a17a9af7 /indra/llcommon/CMakeLists.txt | |
parent | dc62495da6e5c153c0df57fdbce6b0f40c0208f2 (diff) |
Attemt at fixing "doubleton" problems across shared lib boundaries. Singletons now keep their SingletonInstaceData in a big global map in the llcommon module.
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 410cd0f6b2..7fe4491a8b 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -74,6 +74,7 @@ set(llcommon_SOURCE_FILES llsdserialize_xml.cpp llsdutil.cpp llsecondlifeurls.cpp + llsingleton.cpp llstat.cpp llstacktrace.cpp llstreamtools.cpp |