diff options
author | David Tardon <dtardon@redhat.com> | 2013-03-02 09:27:54 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-03-03 09:28:27 +0100 |
commit | c5b03110f8fd3a209c84df112e3276a067fa2bda (patch) | |
tree | ba6e01900b03eb81da898e33a541571db4cc365f /odk/Executable_unoapploader.mk | |
parent | 146d77fcd5a0618c384e29325add9b87ce12feac (diff) |
add missing dep on sal/typesizes.h
Change-Id: I4d3a4f5108076307715128bd86eec432d1878d37
Diffstat (limited to 'odk/Executable_unoapploader.mk')
-rw-r--r-- | odk/Executable_unoapploader.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/odk/Executable_unoapploader.mk b/odk/Executable_unoapploader.mk index 3128a3ba4ca6..22bcc87e7e1d 100644 --- a/odk/Executable_unoapploader.mk +++ b/odk/Executable_unoapploader.mk @@ -9,6 +9,10 @@ $(eval $(call gb_Executable_Executable,unoapploader)) +$(eval $(call gb_Executable_use_packages,unoapploader,\ + sal_generated \ +)) + $(eval $(call gb_Executable_use_static_libraries,unoapploader,\ findsofficepath \ )) |