diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-12-17 22:11:57 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-17 22:11:57 +0100 |
commit | a80a5ab4f6b243b94e89f1720b1c8c58e8611e93 (patch) | |
tree | da5c12318296d14ecb033f1d6ca8b5bfa360708c /Repository.mk | |
parent | be0b58bed550469a195119962d32838ab336083c (diff) |
extensions: convert plugin to gbuild
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index b897665f060a..e065c511684d 100644 --- a/Repository.mk +++ b/Repository.mk @@ -92,6 +92,17 @@ endif endif +ifneq ($(WITH_MOZILLA),NO) +$(eval $(call gb_Helper_register_executables,OOO,\ + nspugin \ + pluginapp.bin \ +)) +$(eval $(call gb_Helper_register_libraries,OOOLIBS, \ + pl \ +)) +endif # WITH_MOZILLA + + $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ PptImporter \ adabas \ |