patch 7.4.1170
Problem:    Missing changes in src/Makefile, Filelist.
Solution:   Add the missing changes.
diff --git a/Filelist b/Filelist
index 0032b76..89fd059 100644
--- a/Filelist
+++ b/Filelist
@@ -13,6 +13,7 @@
 		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/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/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 \