summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/search/moz.build')
-rw-r--r--toolkit/components/search/moz.build7
1 files changed, 4 insertions, 3 deletions
diff --git a/toolkit/components/search/moz.build b/toolkit/components/search/moz.build
index 739dc6ab8..4cc86ff9e 100644
--- a/toolkit/components/search/moz.build
+++ b/toolkit/components/search/moz.build
@@ -6,9 +6,10 @@
XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini']
-DIRS += [
- 'current',
-]
+if CONFIG['MC_PALEMOON']:
+ DIRS += ['orginal']
+else:
+ DIRS += ['current']
with Files('**'):
BUG_COMPONENT = ('Firefox', 'Search')