2
edits
(→Linux) |
|||
| Line 32: | Line 32: | ||
ac_add_options --enable-extensions=default,penelope | ac_add_options --enable-extensions=default,penelope | ||
Note that it is this last line that includes the building of the Penelope extension in the main build. The source code for Penelope can be found in mozilla/penelope | Note that it is this last line that includes the building of the Penelope extension in the main build. The source code for Penelope can be found in mozilla/penelope, but the extension option looks inside mozilla/extensions/penelope | ||
* make -f client.mk build | * make -f client.mk build | ||
edits