diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-13 17:19:38 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-13 17:19:38 -0400 |
commit | d609533c207c9aee1331193257f1b44bc8a89ab4 (patch) | |
tree | 20cfa2eb73482836ebb938e799e5ab604d2ef594 /indra/newview/viewer_manifest.py | |
parent | d55576278b0fbde314b98de9dcd74e8afd65ee8c (diff) | |
parent | 9c06a3538e44f6d1f4a92a89729a640e6dadf9ec (diff) |
Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-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") |