forked from aniani/vim
patch 8.2.1597: the channel source file is too big
Problem: The channel source file is too big. Solution: Move job related code to a new source file.
This commit is contained in:
@@ -2143,9 +2143,9 @@ if test "$enable_netbeans" = "yes"; then
|
||||
fi
|
||||
if test "$enable_channel" = "yes"; then
|
||||
AC_DEFINE(FEAT_JOB_CHANNEL)
|
||||
CHANNEL_SRC="channel.c"
|
||||
CHANNEL_SRC="job.c channel.c"
|
||||
AC_SUBST(CHANNEL_SRC)
|
||||
CHANNEL_OBJ="objects/channel.o"
|
||||
CHANNEL_OBJ="objects/job.o objects/channel.o"
|
||||
AC_SUBST(CHANNEL_OBJ)
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user