Added tif_luv.
This commit is contained in:
parent
7609ec5fbe
commit
7e6f6cdf15
@ -1,4 +1,4 @@
|
||||
# $Header: /cvs/maptools/cvsroot/libtiff/contrib/dosdjgpp/Attic/Makefile.lib,v 1.1 1999-07-27 21:50:27 mike Exp $
|
||||
# $Header: /cvs/maptools/cvsroot/libtiff/contrib/dosdjgpp/Attic/Makefile.lib,v 1.2 1999-11-30 19:42:34 warmerda Exp $
|
||||
#
|
||||
# manually derived from Makefile.in for DJGPP v2.x (GNU C for DOS/386).
|
||||
#
|
||||
@ -92,6 +92,7 @@ SRCS = \
|
||||
tif_warning.c \
|
||||
tif_write.c \
|
||||
tif_zip.c \
|
||||
tif_luv.c \
|
||||
${NULL}
|
||||
OBJS = \
|
||||
tif_aux.o \
|
||||
@ -125,6 +126,7 @@ OBJS = \
|
||||
tif_warning.o \
|
||||
tif_write.o \
|
||||
tif_zip.o \
|
||||
tif_luv.o \
|
||||
${NULL}
|
||||
TARGETS = libtiff.a
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user