diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-11-30 11:55:54 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-11-30 11:55:54 -0500 |
commit | a801955d68dce89119a66b6ef72cca6868cc1c1c (patch) | |
tree | 0b1c2c94c374959120a85e6922b3819e2a65fac2 /application/palemoon/components/moz.build | |
parent | 6acc5f9128db1c2c0d0c468f6123d0dccf153156 (diff) | |
download | UXP-a801955d68dce89119a66b6ef72cca6868cc1c1c.tar UXP-a801955d68dce89119a66b6ef72cca6868cc1c1c.tar.gz UXP-a801955d68dce89119a66b6ef72cca6868cc1c1c.tar.lz UXP-a801955d68dce89119a66b6ef72cca6868cc1c1c.tar.xz UXP-a801955d68dce89119a66b6ef72cca6868cc1c1c.zip |
Issue #889 - Clean up the Pale Moon tree - Part 1c: Move pageinfo to components
Diffstat (limited to 'application/palemoon/components/moz.build')
-rw-r--r-- | application/palemoon/components/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/palemoon/components/moz.build b/application/palemoon/components/moz.build index 5e3feb1dd..edc4c75a9 100644 --- a/application/palemoon/components/moz.build +++ b/application/palemoon/components/moz.build @@ -12,6 +12,7 @@ DIRS += [ 'feeds', 'fuel', 'newtab', + 'pageinfo', 'places', 'permissions', 'preferences', |