diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-04-18 18:03:43 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-04-18 18:03:43 -0400 |
commit | a9273b8202f79ccee007e40f7d8214c4a7ade6c2 (patch) | |
tree | eba6f3aef9beed1e5f47ee524ef1b1cb5a94d767 /indra | |
parent | ea2d89880fa83eb689fd06f9cdb62dd939ffef98 (diff) |
adding collada and minizip to viewer_manifest.py, as it got clobbered in the merge
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/viewer_manifest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 6f70034624..ddf088ed49 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -954,11 +954,13 @@ class Linux_i686Manifest(LinuxManifest): self.path("libbreakpad_client.so.0.0.0") self.path("libbreakpad_client.so.0") self.path("libbreakpad_client.so") + self.path("libcollada14dom.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("libminizip.so") self.path("libssl.so.0.9.8") self.path("libuuid.so") self.path("libuuid.so.16") |