diff options
Diffstat (limited to 'application/palemoon/components/places/moz.build')
-rw-r--r-- | application/palemoon/components/places/moz.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/application/palemoon/components/places/moz.build b/application/palemoon/components/places/moz.build index 2e35e1951..0df5c5172 100644 --- a/application/palemoon/components/places/moz.build +++ b/application/palemoon/components/places/moz.build @@ -6,5 +6,10 @@ JAR_MANIFESTS += ['jar.mn'] +EXTRA_COMPONENTS += [ + 'nsPlacesAutoComplete.js', + 'nsPlacesAutoComplete.manifest', +] + EXTRA_JS_MODULES += [ 'PlacesUIUtils.jsm' ] |