libtiff: add libjpeg to tif_ojpeg.c dependencies

fixed ticket #9048
This commit is contained in:
Jérôme Duval 2012-10-07 13:31:25 +02:00
parent 5b9400a2b6
commit 714ff0c581
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ local shared_files =
tif_zip.c tif_zip.c
; ;
Includes [ FGristFiles tif_jpeg.c ] Includes [ FGristFiles tif_jpeg.c tif_ojpeg.c ]
: $(HAIKU_JPEG_HEADERS_DEPENDENCY) ; : $(HAIKU_JPEG_HEADERS_DEPENDENCY) ;
Objects $(shared_files) ; Objects $(shared_files) ;