[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1615-gb6f91ce

Andrew Bartlett abartlet at samba.org
Tue May 20 01:27:20 GMT 2008


The branch, v4-0-test has been updated
       via  b6f91ce75ae401bed515012fa3019a6241e7ff6d (commit)
      from  67b47606b9c5b794d8feea5ba200098e9b9e33e3 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit b6f91ce75ae401bed515012fa3019a6241e7ff6d
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue May 20 11:24:38 2008 +1000

    Fix prototype generation in new syntax for netlogon.c
    
    Andrew Bartlett

-----------------------------------------------------------------------

Summary of changes:
 source/libcli/config.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/libcli/config.mk b/source/libcli/config.mk
index c8056db..0cc97c0 100644
--- a/source/libcli/config.mk
+++ b/source/libcli/config.mk
@@ -63,7 +63,7 @@ PUBLIC_DEPENDENCIES = LIBNDR NDR_NBT  \
 LIBCLI_NETLOGON_OBJ_FILES = $(addprefix libcli/, \
 	netlogon.o)
 
-$(eval $(call proto_header_template,$(libclisrcdir)/nbt/nbt_proto.h,$(LIBCLI_NETLOGON_OBJ_FILES:.o=.c)))
+$(eval $(call proto_header_template,$(libclisrcdir)/netlogon_proto.h,$(LIBCLI_NETLOGON_OBJ_FILES:.o=.c)))
 
 [PYTHON::python_libcli_nbt]
 SWIG_FILE = swig/libcli_nbt.i


-- 
Samba Shared Repository


More information about the samba-cvs mailing list