diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-13 18:02:59 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-13 18:02:59 -0400 |
commit | fd98ea14d2b675f7a740b25273d05b709b366e80 (patch) | |
tree | ab5681eebf0b992ea1d8f2ff080e9f0ba74ee328 /indra/newview | |
parent | 0e14bab3b08c9de8536f7804d63cbdde1e75c675 (diff) | |
parent | d609533c207c9aee1331193257f1b44bc8a89ab4 (diff) |
Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/viewer_manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 852d11eb7e..2da5aff8d6 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -928,6 +928,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libdb-4.2.so") self.path("libcrypto.so.0.9.7") self.path("libexpat.so.1") + self.path("libglod.so") self.path("libssl.so.0.9.7") self.path("libSDL-1.2.so.0") self.path("libELFIO.so") |