diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-27 16:57:10 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-31 19:11:35 +0100 |
commit | f09e4ae2737acb4b3e309e7342162439904939a1 (patch) | |
tree | c13986014030c3b9619f8707bd89b0f2882b0a4e /pyuno | |
parent | 8b774b7eb1bb78245214775113830418624bbecf (diff) |
add missing deps on sal headers
Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/Library_pyuno_wrapper.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyuno/Library_pyuno_wrapper.mk b/pyuno/Library_pyuno_wrapper.mk index 8ec4a1088a85..2c44a6fa4760 100644 --- a/pyuno/Library_pyuno_wrapper.mk +++ b/pyuno/Library_pyuno_wrapper.mk @@ -26,6 +26,11 @@ $(eval $(call gb_Library_Library,pyuno_wrapper)) +$(eval $(call gb_Library_use_packages,pyuno_wrapper,\ + sal_generated \ + sal_inc \ +)) + $(eval $(call gb_Library_set_include,pyuno_wrapper,\ -I$(SRCDIR)/pyuno/source/module \ -I$(SRCDIR)/pyuno/inc \ |