summaryrefslogtreecommitdiffstats
path: root/src/Make_morph.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-05 20:21:03 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-05 20:21:03 +0200
commitf87a0400fd81862c33d6ad2291a56e178db7dddd (patch)
tree2a1ef72193db1883d8aa81c158d99148b5412fb6 /src/Make_morph.mak
parentb8ed3aa9e708ec0af4e9ee8921ad198f0e949c0d (diff)
patch 8.2.0516: client-server code is spread outv8.2.0516
Problem: Client-server code is spread out. Solution: Move client-server code to a new file. (Yegappan Lakshmanan, closes #5885)
Diffstat (limited to 'src/Make_morph.mak')
-rw-r--r--src/Make_morph.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_morph.mak b/src/Make_morph.mak
index 72731825ea..1830d85b50 100644
--- a/src/Make_morph.mak
+++ b/src/Make_morph.mak
@@ -33,6 +33,7 @@ SRC = arabic.c \
change.c \
charset.c \
cindent.c \
+ clientserver.c \
clipboard.c \
cmdexpand.c \
cmdhist.c \