diff options
| author | Monty Brandenberg <monty@lindenlab.com> | 2012-05-09 06:49:18 -0700 | 
|---|---|---|
| committer | Monty Brandenberg <monty@lindenlab.com> | 2012-05-09 06:49:18 -0700 | 
| commit | 2f496ecaeeb0ab90c29ca6f0414cad1fe16cd4b0 (patch) | |
| tree | 3bfb69a95856dfb6c5003f3bbb1d7eab7dd05b38 /indra | |
| parent | e1a978bbcfe4640e3163fd0a3ed41460f1d6942a (diff) | |
Add more boost libs to the lib copy and manifest.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 3 | ||||
| -rw-r--r-- | indra/newview/viewer_manifest.py | 3 | 
2 files changed, 6 insertions, 0 deletions
| diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index fe42cc5251..17ea48f31f 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -254,6 +254,9 @@ elseif(LINUX)          libboost_program_options-mt.so.1.48.0          libboost_regex-mt.so.1.48.0          libboost_thread-mt.so.1.48.0 +        libboost_filesystem-mt.so.1.48.0 +        libboost_signals-mt.so.1.48.0 +        libboost_system-mt.so.1.48.0          libbreakpad_client.so.0          libcollada14dom.so          libcrypto.so.1.0.0 diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 2be89b77de..fffb61e89c 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1034,6 +1034,9 @@ class Linux_i686Manifest(LinuxManifest):              self.path("libboost_program_options-mt.so.1.48.0")              self.path("libboost_regex-mt.so.1.48.0")              self.path("libboost_thread-mt.so.1.48.0") +            self.path("libboost_filesystem-mt.so.1.48.0") +            self.path("libboost_signals-mt.so.1.48.0") +            self.path("libboost_system-mt.so.1.48.0")              self.path("libbreakpad_client.so.0.0.0")              self.path("libbreakpad_client.so.0")              self.path("libbreakpad_client.so") | 
