commit | 218116c1d0bacf1bceb93699258c23308617b43c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 20 21:46:00 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 20 21:46:00 2010 +0200 |
tree | 971357927080ba2d1cc08500f0069b3619af5ecb | |
parent | fa7584cb8627e3e4226b26ef1bff42f82b8eee1e [diff] [blame] |
Various smaller changes. Updated proto files. Updated dependencies.
diff --git a/src/config.mk.in b/src/config.mk.in index f36e676..a950413 100644 --- a/src/config.mk.in +++ b/src/config.mk.in
@@ -56,6 +56,7 @@ PYTHON_SRC = @PYTHON_SRC@ PYTHON_OBJ = @PYTHON_OBJ@ PYTHON_CFLAGS = @PYTHON_CFLAGS@ +PYTHON_NOPROTO = @PYTHON_NOPROTO@ PYTHON_LIBS = @PYTHON_LIBS@ PYTHON_CONFDIR = @PYTHON_CONFDIR@ PYTHON_GETPATH_CFLAGS = @PYTHON_GETPATH_CFLAGS@