Add missed config.h.vc file.

This commit is contained in:
Andrey Kiselev 2004-06-29 19:23:20 +00:00
parent 3d90486ac8
commit a61b92509b
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ LIBPORT = -L$(top_builddir)/port -lport
# shared with other makefiles
include files.lst
EXTRA_DIST = Makefile.vc files.lst $(EXTRA_SRCS)
EXTRA_DIST = Makefile.vc config.h.vc files.lst $(EXTRA_SRCS)
libtiffincludedir = $(includedir)
libtiffinclude_HEADERS = $(HDRS)

View File

@ -317,7 +317,7 @@ EXTRA_SRCS = \
# Read list of source files and headers from the external file,
# shared with other makefiles
EXTRA_DIST = Makefile.vc files.lst $(EXTRA_SRCS)
EXTRA_DIST = Makefile.vc config.h.vc files.lst $(EXTRA_SRCS)
libtiffincludedir = $(includedir)
libtiffinclude_HEADERS = $(HDRS)
noinst_HEADERS = $(EXTRA_HDRS)