From 3a54294e45f20e7705d06b9aa036a2ba12f56a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= Date: Mon, 8 Jul 2013 18:52:37 +0200 Subject: [PATCH] Don't link with libraries that are not needed Change-Id: I44119601f36db98382b85e09614e5c552ec36ab6 --- sdext/Executable_xpdfimport.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/sdext/Executable_xpdfimport.mk b/sdext/Executable_xpdfimport.mk index c775f249e8e8..9161f1cd6612 100644 --- a/sdext/Executable_xpdfimport.mk +++ b/sdext/Executable_xpdfimport.mk @@ -17,7 +17,6 @@ $(eval $(call gb_Executable_use_externals,xpdfimport,\ )) $(eval $(call gb_Executable_use_libraries,xpdfimport,\ - sal \ $(gb_UWINAPI) \ ))