From b5d7ac8dc9bc778d1166c3eac91d765ee5a9691f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 11 Dec 2012 20:59:46 +0100 Subject: Windows-only fixes Change-Id: Ida4d7fc3f830cdc8a9c1ab9842d359763c6efae1 --- jurt/Library_jpipe.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'jurt') diff --git a/jurt/Library_jpipe.mk b/jurt/Library_jpipe.mk index 0cd0d4f0293c..987c9a8b28ae 100644 --- a/jurt/Library_jpipe.mk +++ b/jurt/Library_jpipe.mk @@ -39,6 +39,10 @@ $(eval $(call gb_Library_add_cobjects,jpipe,\ jurt/source/pipe/wrapper/wrapper \ )) +$(eval $(call gb_Library_use_packages,jpipe,\ + sal_inc \ +)) + else $(eval $(call gb_Library_use_libraries,jpipe,\ -- cgit