diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 9883a7712..29c868057 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1660,10 +1660,11 @@ PRO_AUTO = \ hashtab.pro \ hangulin.pro \ if_cscope.pro \ - if_xcmdsrv.pro \ + if_lua.pro \ if_python.pro \ if_python3.pro \ if_ruby.pro \ + if_xcmdsrv.pro \ json.pro \ main.pro \ mark.pro \ @@ -1680,6 +1681,7 @@ PRO_AUTO = \ option.pro \ os_unix.pro \ popupmnu.pro \ + pty.pro \ quickfix.pro \ regexp.pro \ screen.pro \ @@ -1997,6 +1999,7 @@ test_arglist \ test_cursor_func \ test_delete \ test_expand \ + test_glob2regpat \ test_hardcopy \ test_increment \ test_json \ |