From e14f00e5e6c8d5eebc6100d82b3039a329dbd88b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 26 Aug 2014 17:03:50 +0200 Subject: [PATCH] WebPTranslator: fix build breakage introduced in hrev47739. --- src/add-ons/translators/webp/Jamfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/add-ons/translators/webp/Jamfile b/src/add-ons/translators/webp/Jamfile index 42da9ad556..57ebd2c8a9 100644 --- a/src/add-ons/translators/webp/Jamfile +++ b/src/add-ons/translators/webp/Jamfile @@ -24,6 +24,9 @@ for architectureObject in [ MultiArchSubDirSetup ] { [ TargetLibsupc++ ] localestub : true ; + + Includes [ FGristFiles ConfigView.cpp WebPTranslator.cpp ] + : [ BuildFeatureAttribute libwebp : headers ] ; } }