patch 9.0.0987: file missing from list of distributed files

Problem:    File missing from list of distributed files.
Solution:   Add logfile.pro to list of distributed files.
This commit is contained in:
Bram Moolenaar
2022-12-02 13:20:19 +00:00
parent 5390c05a3c
commit cf650b7c9b
2 changed files with 3 additions and 0 deletions

View File

@ -275,6 +275,7 @@ SRC_ALL = \
src/proto/json.pro \
src/proto/list.pro \
src/proto/locale.pro \
src/proto/logfile.pro \
src/proto/main.pro \
src/proto/map.pro \
src/proto/mark.pro \

View File

@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
987,
/**/
986,
/**/