diff options
Diffstat (limited to 'clew')
-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: |