diff options
author | Tim Potter <tpot@samba.org> | 2002-04-14 01:01:39 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-04-14 01:01:39 +0000 |
commit | d837a511e8057b23e493a078d18a1b96fa69d69c (patch) | |
tree | 0c8872b26dae0e4b3618036944604def7b33a20b | |
parent | a160d7bbb1cde89923d8e50117a164d9ed0184ec (diff) | |
download | samba-d837a511e8057b23e493a078d18a1b96fa69d69c.tar.gz samba-d837a511e8057b23e493a078d18a1b96fa69d69c.tar.bz2 samba-d837a511e8057b23e493a078d18a1b96fa69d69c.zip |
Generate proto for lsa.
Updated patch.
(This used to be commit 5dbd716b99c522eac89d9216eb4293084958b966)
-rw-r--r-- | source3/python/samba-head.patch | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/source3/python/samba-head.patch b/source3/python/samba-head.patch index 2e0863e31e..223e0179fb 100644 --- a/source3/python/samba-head.patch +++ b/source3/python/samba-head.patch @@ -1,11 +1,11 @@ Index: Makefile.in =================================================================== RCS file: /data/cvs/samba/source/Makefile.in,v -retrieving revision 1.465 -diff -u -r1.465 Makefile.in ---- Makefile.in 2002/04/04 22:58:56 1.465 -+++ Makefile.in 2002/04/05 05:48:51 -@@ -785,6 +785,29 @@ +retrieving revision 1.470 +diff -u -r1.470 Makefile.in +--- Makefile.in 2002/04/13 11:45:33 1.470 ++++ Makefile.in 2002/04/14 01:01:05 +@@ -787,6 +787,36 @@ -$(INSTALLCMD) -d ${prefix}/include -$(INSTALLCMD) include/libsmbclient.h ${prefix}/include @@ -20,13 +20,20 @@ diff -u -r1.465 Makefile.in + python/py_spoolss_ports.o python/py_spoolss_ports_conv.o \ + python/py_spoolss_drivers.o python/py_spoolss_drivers_conv.o \ + -+python_proto: python_spoolss_proto ++PY_LSA_PROTO_OBJ = python/py_lsa.o ++ ++python_proto: python_spoolss_proto python_lsa_proto + +python_spoolss_proto: + @cd $(srcdir) && $(SHELL) script/mkproto.sh $(AWK) \ + -h _PY_SPOOLSS_PROTO_H python/py_spoolss_proto.h \ + $(PY_SPOOLSS_PROTO_OBJ) + ++python_lsa_proto: ++ @cd $(srcdir) && $(SHELL) script/mkproto.sh $(AWK) \ ++ -h _PY_LSA_PROTO_H python/py_lsa_proto.h \ ++ $(PY_LSA_PROTO_OBJ) ++ +python_ext: $(PYTHON_OBJS) + @echo python python/setup.py build + @PYTHON_OBJS="$(PYTHON_OBJS)" PYTHON_CFLAGS="$(CFLAGS) $(CPPFLAGS)" \ @@ -38,11 +45,11 @@ diff -u -r1.465 Makefile.in Index: configure.in =================================================================== RCS file: /data/cvs/samba/source/configure.in,v -retrieving revision 1.298 -diff -u -r1.298 configure.in ---- configure.in 2002/04/04 05:47:41 1.298 -+++ configure.in 2002/04/05 05:48:52 -@@ -2695,7 +2695,7 @@ +retrieving revision 1.300 +diff -u -r1.300 configure.in +--- configure.in 2002/04/11 15:26:58 1.300 ++++ configure.in 2002/04/14 01:01:08 +@@ -2716,7 +2716,7 @@ builddir=`pwd` AC_SUBST(builddir) |