[Libreoffice-commits] .: Repository.mk
Matus Kukan
mkukan at kemper.freedesktop.org
Thu Jan 12 09:33:38 PST 2012
Repository.mk | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
New commits:
commit 68b08a11babb7274048ef836a078959d126c97b7
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Thu Jan 12 18:33:33 2012 +0100
ops, also adapt registering of the executable
diff --git a/Repository.mk b/Repository.mk
index 38a52d5..ac24a61 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -101,9 +101,15 @@ endif
endif
-ifneq ($(WITH_MOZILLA),NO)
+ifeq ($(ENABLE_NSPLUGIN),YES)
+$(eval $(call gb_Helper_register_executables,OOO,\
+ nsplugin \
+))
+
+endif
+
+ifeq ($(WITH_MOZILLA),YES)
$(eval $(call gb_Helper_register_executables,OOO,\
- nsplugin \
pluginapp.bin \
))
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
More information about the Libreoffice-commits
mailing list