diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-24 20:41:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-24 20:41:51 +0100 |
commit | 0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f (patch) | |
tree | 8e55c2cf0708ce8f8534de475ffce913ea7baaf4 /Filelist | |
parent | e0874f8cbcddfcf9965a85ba35199964efb1d01a (diff) | |
download | vim-git-0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f.tar.gz |
patch 7.4.1170v7.4.1170
Problem: Missing changes in src/Makefile, Filelist.
Solution: Add the missing changes.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,6 +13,7 @@ SRC_ALL = \ src/ascii.h \ src/blowfish.c \ src/buffer.c \ + src/channel.c \ src/charset.c \ src/crypt.c \ src/crypt_zip.c \ @@ -39,8 +40,8 @@ SRC_ALL = \ src/gui_beval.h \ src/hardcopy.c \ src/hashtab.c \ - src/keymap.h \ src/json.c \ + src/keymap.h \ src/macros.h \ src/main.c \ src/mark.c \ @@ -114,6 +115,7 @@ SRC_ALL = \ src/proto.h \ src/proto/blowfish.pro \ src/proto/buffer.pro \ + src/proto/channel.pro \ src/proto/charset.pro \ src/proto/crypt.pro \ src/proto/crypt_zip.pro \ |