diff Filelist @ 7745:555da309a7de v7.4.1170

commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 24 20:41:51 2016 +0100 patch 7.4.1170 Problem: Missing changes in src/Makefile, Filelist. Solution: Add the missing changes.
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jan 2016 20:45:05 +0100
parents bce3b5ddb393
children 43071dab7621
line wrap: on
line diff
--- 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/json.c \
 		src/keymap.h \
-		src/json.c \
 		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 \