diff options
Diffstat (limited to 'src/3rdparty/libtiff/libtiff/SConstruct')
-rw-r--r-- | src/3rdparty/libtiff/libtiff/SConstruct | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/3rdparty/libtiff/libtiff/SConstruct b/src/3rdparty/libtiff/libtiff/SConstruct index 421ab24..cb6a7cc 100644 --- a/src/3rdparty/libtiff/libtiff/SConstruct +++ b/src/3rdparty/libtiff/libtiff/SConstruct @@ -1,4 +1,4 @@ -# $Id: SConstruct,v 1.2 2006/03/23 14:54:02 dron Exp $ +# $Id: SConstruct,v 1.4 2007/02/24 15:03:50 dron Exp $ # Tag Image File Format (TIFF) Software # @@ -46,6 +46,7 @@ SRCS = [ \ 'tif_fax3sm.c', \ 'tif_flush.c', \ 'tif_getimage.c', \ + 'tif_jbig.c', \ 'tif_jpeg.c', \ 'tif_luv.c', \ 'tif_lzw.c', \ @@ -69,3 +70,4 @@ SRCS = [ \ StaticLibrary('tiff', SRCS) SharedLibrary('tiff', SRCS) + |