diff options
author | Peter Foley <pefoley2@pefoley.com> | 2016-01-19 10:06:45 -0500 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-21 21:02:17 +0000 |
commit | 8c63bdc873fe549ea8d58ec2e31a95b309158f5a (patch) | |
tree | d03a9e2a0ac0a1daa54c4fb107cc24c7cf529f3d | |
parent | d363a9e20db9b404ff81ca673268f2abef06e3f0 (diff) |
Fix module-deps with clew
Change-Id: Idb266e906915182d12f56a11feb21e11bdc95f76
Reviewed-on: https://gerrit.libreoffice.org/21607
Tested-by: Jenkins <ci@libreoffice.org>
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | clew/Library_clew.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clew/Library_clew.mk b/clew/Library_clew.mk index 014027c75750..91f4bcedbd06 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: |