diff options
author | Tim Potter <tpot@samba.org> | 2002-07-29 03:50:35 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-07-29 03:50:35 +0000 |
commit | 0872bc448686cad6e9e95d24fbf72fdad48ed5d3 (patch) | |
tree | a8fc2d9ce1529abae83bb0e2392ec28b729dc07a /source3/python/samba-head.patch | |
parent | c74a8d72f9875ea34886cca6baa8a1cb3c7ad301 (diff) | |
download | samba-0872bc448686cad6e9e95d24fbf72fdad48ed5d3.tar.gz samba-0872bc448686cad6e9e95d24fbf72fdad48ed5d3.tar.bz2 samba-0872bc448686cad6e9e95d24fbf72fdad48ed5d3.zip |
Skeleton for a libsmb python wrapper.
(This used to be commit 36cc488c4d99198d346103b0e44776a7de145428)
Diffstat (limited to 'source3/python/samba-head.patch')
-rw-r--r-- | source3/python/samba-head.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/python/samba-head.patch b/source3/python/samba-head.patch index 0f4ab146a8..a739346a5b 100644 --- a/source3/python/samba-head.patch +++ b/source3/python/samba-head.patch @@ -4,7 +4,7 @@ RCS file: /data/cvs/samba/source/Makefile.in,v retrieving revision 1.500 diff -u -r1.500 Makefile.in --- Makefile.in 2002/07/28 06:04:32 1.500 -+++ Makefile.in 2002/07/29 01:58:05 ++++ Makefile.in 2002/07/29 03:48:03 @@ -838,6 +838,45 @@ -$(INSTALLCMD) -d ${prefix}/include -$(INSTALLCMD) include/libsmbclient.h ${prefix}/include @@ -12,7 +12,7 @@ diff -u -r1.500 Makefile.in +# Python extensions + +PYTHON_OBJS = $(LIB_OBJ) $(LIBSMB_OBJ) $(RPC_PARSE_OBJ) $(UBIQX_OBJ) \ -+ $(PARAM_OBJ) $(LIBMSRPC_OBJ) $(PASSDB_OBJ) $(GROUPDB_OBJ) ++ $(PARAM_OBJ) $(LIBMSRPC_OBJ) $(PASSDB_OBJ) $(GROUPDB_OBJ) $(SECRETS_OBJ) + +PY_SPOOLSS_PROTO_OBJ = python/py_spoolss.o \ + python/py_spoolss_printers.o python/py_spoolss_printers_conv.o\ @@ -57,7 +57,7 @@ RCS file: /data/cvs/samba/source/configure.in,v retrieving revision 1.324 diff -u -r1.324 configure.in --- configure.in 2002/07/27 01:37:32 1.324 -+++ configure.in 2002/07/29 01:58:06 ++++ configure.in 2002/07/29 03:48:04 @@ -2797,7 +2797,7 @@ builddir=`pwd` AC_SUBST(builddir) |