diff options
author | David Tardon <dtardon@redhat.com> | 2016-11-20 09:23:09 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-11-21 09:44:40 +0100 |
commit | 485f839a754982997f4b7e7f34818701279def84 (patch) | |
tree | 356331f62b6107c912ebf6cdefc234b66a22abd4 /cui | |
parent | 3ea0ecdcf48bda7b537802b6433bfeb77276d955 (diff) |
add missing resource dep
Change-Id: If71616f2a8f1bcd42bd89a9192ec0e1d3fdaba0e
Diffstat (limited to 'cui')
-rw-r--r-- | cui/Library_cui.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk index ea46629fbfed..6a63a1d8d8b9 100644 --- a/cui/Library_cui.mk +++ b/cui/Library_cui.mk @@ -212,4 +212,7 @@ $(eval $(call gb_Library_add_exception_objects,cui,\ cui/source/uno/services \ )) +# Runtime dependency for unit-tests +$(eval $(call gb_Library_use_restarget,cui,cui)) + # vim: set noet sw=4 ts=4: |