diff options
author | David Tardon <dtardon@redhat.com> | 2012-12-08 22:15:13 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-12-09 13:35:34 +0100 |
commit | 56ac41cf8de47726f0552844299b61c2c12302cc (patch) | |
tree | 9a0fee9c6fd0a1f7e38553bb8443036757614a65 /extensions/Library_updatecheckui.mk | |
parent | cf64f0afb117fd9f4390964dca38fbee9010e873 (diff) |
add missing dep on sfx2/sfx.hrc
Change-Id: Ib8853b97561d982509e3a5e2d0160a2fa34397cc
Diffstat (limited to 'extensions/Library_updatecheckui.mk')
-rw-r--r-- | extensions/Library_updatecheckui.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/Library_updatecheckui.mk b/extensions/Library_updatecheckui.mk index 75ac53f00829..4ddad271c8a6 100644 --- a/extensions/Library_updatecheckui.mk +++ b/extensions/Library_updatecheckui.mk @@ -30,6 +30,10 @@ $(eval $(call gb_Library_Library,updatecheckui)) $(eval $(call gb_Library_set_componentfile,updatecheckui,extensions/source/update/ui/updchk)) +$(eval $(call gb_Library_use_packages,updatecheckui,\ + sfx2_inc \ +)) + $(eval $(call gb_Library_use_sdk_api,updatecheckui)) $(eval $(call gb_Library_use_libraries,updatecheckui,\ |