1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-16 20:59:12 +03:00

Generate with 1.3.36.

This commit is contained in:
Jelmer Vernooij
2008-09-18 23:55:50 +02:00
parent ec80fe4b21
commit 6f6e42ce60
18 changed files with 158 additions and 125 deletions

View File

@ -5,7 +5,7 @@ AC_ARG_VAR([PYTHON_VERSION],[The installed Python
will be appended to the Python interpreter
canonical name.])
AC_PROG_SWIG(1.3.35)
AC_PROG_SWIG(1.3.36)
AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]])
if test -z "$PYTHON"; then

View File

@ -31,7 +31,7 @@
%import "stdint.i"
%include "exception.i"
%import "../../lib/talloc/talloc.i"
%import "../../../lib/talloc/talloc.i"
%import "../../lib/ldb/ldb.i"
%import "../../auth/credentials/credentials.i"
%import "../../param/param.i"