Add missed config.h.vc file.
This commit is contained in:
parent
3d90486ac8
commit
a61b92509b
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user