[Libreoffice-commits] core.git: clew/Library_clew.mk

Peter Foley pefoley2 at pefoley.com
Thu Jan 21 13:02:50 PST 2016


 clew/Library_clew.mk |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 8c63bdc873fe549ea8d58ec2e31a95b309158f5a
Author: Peter Foley <pefoley2 at pefoley.com>
Date:   Tue Jan 19 10:06:45 2016 -0500

    Fix module-deps with clew
    
    Change-Id: Idb266e906915182d12f56a11feb21e11bdc95f76
    Reviewed-on: https://gerrit.libreoffice.org/21607
    Tested-by: Jenkins <ci at libreoffice.org>
    Tested-by: Michael Stahl <mstahl at redhat.com>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/clew/Library_clew.mk b/clew/Library_clew.mk
index 014027c..91f4bce 100644
--- a/clew/Library_clew.mk
+++ b/clew/Library_clew.mk
@@ -30,4 +30,7 @@ $(eval $(call gb_Library_add_cobjects,clew,\
     clew/source/clew \
 ))
 
+# This is required for module-deps.pl to produce correct dependencies.
+$(eval $(call gb_Library_use_libraries,clew,))
+
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list