diff options
author | Andrew de Laix <alain@lindenlab.com> | 2011-03-17 21:49:00 +0000 |
---|---|---|
committer | Andrew de Laix <alain@lindenlab.com> | 2011-03-17 21:49:00 +0000 |
commit | 27d541116b9c1d72da5d83882eeaba22a2bfd1cc (patch) | |
tree | 105ea453bd516a138983b6be3777072d0f441c7b /indra/newview/viewer_manifest.py | |
parent | 1ce22e11fd5cca67bf7e8d42d11bff7f710cce93 (diff) | |
parent | b260e89eef8d3c4a0a06419697f822de1f53f2a9 (diff) |
Automated merge with https://bitbucket.org/jenn_linden/viewer-vs2010
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r-- | indra/newview/viewer_manifest.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index f600cb42b0..b48b0e7a3a 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -931,12 +931,18 @@ class Linux_i686Manifest(LinuxManifest): super(Linux_i686Manifest, self).construct() if self.prefix("../packages/lib/release", dst="lib"): + self.path("libapr-1.so") + self.path("libapr-1.so.0") self.path("libapr-1.so.0.4.2") + self.path("libaprutil-1.so") + self.path("libaprutil-1.so.0") self.path("libaprutil-1.so.0.3.10") self.path("libbreakpad_client.so.0.0.0") self.path("libbreakpad_client.so.0") self.path("libbreakpad_client.so") self.path("libdb-5.1.so") + self.path("libdb-5.so") + self.path("libdb.so") self.path("libcrypto.so.0.9.8") self.path("libexpat.so.1.5.2") self.path("libssl.so.0.9.8") |