From f09e4ae2737acb4b3e309e7342162439904939a1 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sat, 27 Oct 2012 16:57:10 +0200 Subject: add missing deps on sal headers Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba --- pyuno/Library_pyuno_wrapper.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pyuno/Library_pyuno_wrapper.mk') 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 \ -- cgit