diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-20 21:46:00 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-20 21:46:00 +0200 |
commit | 218116c1d0bacf1bceb93699258c23308617b43c (patch) | |
tree | 971357927080ba2d1cc08500f0069b3619af5ecb /src/main.aap | |
parent | fa7584cb8627e3e4226b26ef1bff42f82b8eee1e (diff) | |
download | vim-git-218116c1d0bacf1bceb93699258c23308617b43c.tar.gz |
Various smaller changes. Updated proto files. Updated dependencies.
Diffstat (limited to 'src/main.aap')
-rw-r--r-- | src/main.aap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.aap b/src/main.aap index b36fc3662..e6ca2e0f3 100644 --- a/src/main.aap +++ b/src/main.aap @@ -290,6 +290,7 @@ testclean {virtual}: # Some are optional and depend on configure. # "version.c" is missing, it's always compiled (see below). Source = + blowfish.c buffer.c charset.c diff.c @@ -328,6 +329,7 @@ Source = regexp.c screen.c search.c + sha256.c spell.c syntax.c tag.c |