*** empty log message ***

This commit is contained in:
Andrey Kiselev 2004-11-21 16:14:52 +00:00
parent 02fa852958
commit a7facb35a9

View File

@ -2,7 +2,6 @@ HDRS = \
tiff.h \
tiffconf.h \
tiffio.h \
tiffio.hxx \
tiffvers.h
EXTRA_HDRS = \
@ -51,6 +50,7 @@ SRCS = \
tif_zip.c
if HAVE_CXX
HDRS += tiffio.hxx
SRCS += tif_stream.cxx
endif