diff options
Diffstat (limited to 'application/palemoon/components/moz.build')
-rw-r--r-- | application/palemoon/components/moz.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/application/palemoon/components/moz.build b/application/palemoon/components/moz.build index b9df76330..eb2771c48 100644 --- a/application/palemoon/components/moz.build +++ b/application/palemoon/components/moz.build @@ -5,11 +5,14 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. DIRS += [ + 'abouthome', 'certerror', 'dirprovider', 'downloads', 'feeds', 'fuel', + 'newtab', + 'pageinfo', 'places', 'permissions', 'preferences', @@ -22,6 +25,9 @@ DIRS += [ if CONFIG['MOZ_BROWSER_STATUSBAR']: DIRS += ['statusbar'] +if CONFIG['MOZ_SERVICES_SYNC']: + DIRS += ['sync'] + DIRS += ['build'] XPIDL_SOURCES += [ |