summaryrefslogtreecommitdiffstats
path: root/Filelist
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-24 20:41:51 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-24 20:41:51 +0100
commit0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f (patch)
tree8e55c2cf0708ce8f8534de475ffce913ea7baaf4 /Filelist
parente0874f8cbcddfcf9965a85ba35199964efb1d01a (diff)
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--Filelist4
1 files changed, 3 insertions, 1 deletions
diff --git a/Filelist b/Filelist
index 0032b76241..89fd0595d1 100644
--- a/Filelist
+++ b/Filelist
@@ -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 \