diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-16 14:54:41 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-16 14:54:41 -0400 |
commit | d106f4c15bf1222e595dee1beadd05890f25fc4b (patch) | |
tree | 060644460c6d923864feea96f10173737ea26dee /indra/newview/viewer_manifest.py | |
parent | c7624892b25824e80c79a9c5d7c3ae3f23410fc6 (diff) | |
parent | bee60281847e0d073554b0cd31a080ecad3aa5d1 (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 2da5aff8d6..8296c28e80 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -930,6 +930,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libexpat.so.1") self.path("libglod.so") self.path("libssl.so.0.9.7") + self.path("libuuid.so.1") self.path("libSDL-1.2.so.0") self.path("libELFIO.so") self.path("libopenjpeg.so.1.3.0", "libopenjpeg.so.1.3") |