diff options
author | David Tardon <dtardon@redhat.com> | 2013-03-28 07:58:45 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-03-28 08:59:24 +0100 |
commit | 820f596b740a234c4266e05ed91c3a208610e4c9 (patch) | |
tree | d00546a2624845a31baebbfed0926018e90e4333 /sdext | |
parent | 876537a1ed6b06357996d3ba1da694a72b29123c (diff) |
add missing deps on headers
Change-Id: Ifdc86edf9885d5c5bad158838093f7eff02c6ef3
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/StaticLibrary_pdfimport_s.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sdext/StaticLibrary_pdfimport_s.mk b/sdext/StaticLibrary_pdfimport_s.mk index 82256e28652b..e208e86415d8 100644 --- a/sdext/StaticLibrary_pdfimport_s.mk +++ b/sdext/StaticLibrary_pdfimport_s.mk @@ -32,8 +32,14 @@ $(eval $(call gb_StaticLibrary_use_packages,pdfimport_s,\ comphelper_inc \ cppu_odk_headers \ cppuhelper_odk_headers \ + i18npool_inc \ o3tl_inc \ + rsc_inc \ + sal_generated \ + sal_odk_headers \ tools_inc \ + unotools_inc \ + vcl_inc \ )) $(eval $(call gb_StaticLibrary_use_api,pdfimport_s,\ |