diff --git a/libtiff/Makefile.in b/libtiff/Makefile.in index bb9ec6af..54b26876 100644 --- a/libtiff/Makefile.in +++ b/libtiff/Makefile.in @@ -1,4 +1,4 @@ -# $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Makefile.in,v 1.21 2002-10-10 13:40:49 warmerda Exp $ +# $Header: /cvs/maptools/cvsroot/libtiff/libtiff/Makefile.in,v 1.22 2002-10-11 14:27:38 dron Exp $ # # Tag Image File Format Library # @@ -64,7 +64,8 @@ IPATH = -I. -I${SRCDIR} @COPT_LIBINC@ CONF_LIBRARY=@CONF_JPEG@ @CONF_ZIP@ COPTS = @GCOPTS@ OPTIMIZER=@OPTIMIZER@ -CFLAGS = @ENVOPTS@ @LIBCOPTS@ ${COPTS} ${OPTIMIZER} ${IPATH} ${CONF_LIBRARY} +LFSOPTS=@LFSOPTS@ +CFLAGS = @ENVOPTS@ @LIBCOPTS@ ${COPTS} ${OPTIMIZER} ${LFSOPTS} ${IPATH} ${CONF_LIBRARY} # SRCS = \ tif_aux.c \