[Libreoffice-commits] .: Branch 'libreoffice-3-5' - nlpsolver/Extension_nlpsolver.mk

Andras Timar timar at kemper.freedesktop.org
Mon Jan 2 12:09:25 PST 2012


 nlpsolver/Extension_nlpsolver.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d80b56d94e00df4c509b5171ac5180246d81aa64
Author: Andras Timar <atimar at suse.com>
Date:   Mon Jan 2 21:01:14 2012 +0100

    pack *.default files, too fdo#43923

diff --git a/nlpsolver/Extension_nlpsolver.mk b/nlpsolver/Extension_nlpsolver.mk
index f39fcb5..501eb6b 100644
--- a/nlpsolver/Extension_nlpsolver.mk
+++ b/nlpsolver/Extension_nlpsolver.mk
@@ -33,7 +33,7 @@ $(eval $(call gb_Extension_add_file,nlpsolver,components.rdb,$(SRCDIR)/nlpsolver
 $(eval $(call gb_Extension_add_file,nlpsolver,nlpsolver.jar,$(OUTDIR)/bin/nlpsolver.jar))
 $(eval $(call gb_Extension_add_file,nlpsolver,EvolutionarySolver.jar,$(OUTDIR)/bin/EvolutionarySolver.jar))
 
-$(eval $(foreach trans, $(wildcard $(SRCDIR)/nlpsolver/src/locale/*.properties), \
+$(eval $(foreach trans, $(wildcard $(SRCDIR)/nlpsolver/src/locale/*), \
 	$(eval $(call gb_Extension_add_file,nlpsolver,locale/$(notdir $(trans)),$(trans)))))
 $(eval $(call gb_Extension_add_file,nlpsolver,help/en/com.sun.star.comp.Calc.NLPSolver/Options.xhp, \
 	$(SRCDIR)/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver/Options.xhp))


More information about the Libreoffice-commits mailing list