The branch, master has been updated
via 637887c Makefile: Fix bug 9868 - Don't know how to make
LIBNDR_PREG_OBJ.
from 8c1283a winbind: Fix bug 9854 -- NULL pointer dereference
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 637887c0795241872974c09838829b49d5994b10
Author: Volker Lendecke <[email protected]>
Date: Tue May 7 15:07:34 2013 +0200
Makefile: Fix bug 9868 - Don't know how to make LIBNDR_PREG_OBJ.
Thanks to Lucs for finding the issue
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Günther Deschner <[email protected]>
Autobuild-User(master): Volker Lendecke <[email protected]>
Autobuild-Date(master): Tue May 7 17:57:57 CEST 2013 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source3/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/Makefile.in b/source3/Makefile.in
index c701fd1..f4977ca 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -340,7 +340,7 @@ LIBNDR_SPOOLSS_OBJ = autoconf/librpc/gen_ndr/ndr_spoolss.o \
../librpc/ndr/ndr_spoolss_buf.o
LIBNDR_NTPRINTING_OBJ = autoconf/librpc/gen_ndr/ndr_ntprinting.o \
- ../librpc/ndr/ndr_ntprinting.o \
+ ../librpc/ndr/ndr_ntprinting.o
LIBNDR_PREG_OBJ = autoconf/librpc/gen_ndr/ndr_preg.o \
../librpc/ndr/ndr_preg.o
--
Samba Shared Repository