diff options
author | Merov Linden <merov@lindenlab.com> | 2014-01-09 17:25:01 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-01-09 17:25:01 -0800 |
commit | 7d8e4020750683412c9f56edf847fd830402aa0f (patch) | |
tree | 3c1a1b45662cd7af29d548408152b570f3806cf5 /indra/newview/viewer_manifest.py | |
parent | ac3becf8d850c76fdd5cb4913cab57033bfb3648 (diff) |
ACME-1244 : WIP : Move files around and introduced an llimagefiltersmanager to get the filters
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 9e8623c1f9..3a76773dde 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -98,6 +98,9 @@ class ViewerManifest(LLManifest): # ... and the entire windlight directory self.path("windlight") + # ... and the entire image filters directory + self.path("filters") + # ... and the included spell checking dictionaries pkgdir = os.path.join(self.args['build'], os.pardir, 'packages') if self.prefix(src=pkgdir,dst=""): |