summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-01-09 17:25:01 -0800
committerMerov Linden <merov@lindenlab.com>2014-01-09 17:25:01 -0800
commit7d8e4020750683412c9f56edf847fd830402aa0f (patch)
tree3c1a1b45662cd7af29d548408152b570f3806cf5 /indra/newview/viewer_manifest.py
parentac3becf8d850c76fdd5cb4913cab57033bfb3648 (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-xindra/newview/viewer_manifest.py3
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=""):