From 714ff0c581084a133a246879a5478d68fe987b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 7 Oct 2012 13:31:25 +0200 Subject: [PATCH] libtiff: add libjpeg to tif_ojpeg.c dependencies fixed ticket #9048 --- src/libs/tiff/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/tiff/Jamfile b/src/libs/tiff/Jamfile index 2869db013e..64d5482a4a 100644 --- a/src/libs/tiff/Jamfile +++ b/src/libs/tiff/Jamfile @@ -45,7 +45,7 @@ local shared_files = tif_zip.c ; -Includes [ FGristFiles tif_jpeg.c ] +Includes [ FGristFiles tif_jpeg.c tif_ojpeg.c ] : $(HAIKU_JPEG_HEADERS_DEPENDENCY) ; Objects $(shared_files) ;