svn commit: samba r25305 - in branches/SAMBA_4_0: . source/libcli

jelmer at samba.org jelmer at samba.org
Mon Sep 24 13:22:31 GMT 2007


Author: jelmer
Date: 2007-09-24 13:22:30 +0000 (Mon, 24 Sep 2007)
New Revision: 25305

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25305

Log:
Fix installation of missing headers.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/.bzrignore
   branches/SAMBA_4_0/source/libcli/config.mk


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:file-ids
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/.bzrignore
===================================================================
--- branches/SAMBA_4_0/.bzrignore	2007-09-24 11:34:26 UTC (rev 25304)
+++ branches/SAMBA_4_0/.bzrignore	2007-09-24 13:22:30 UTC (rev 25305)
@@ -198,3 +198,5 @@
 source/librpc/ndr/ndr_table.h
 test-results
 source/lib/ldb-samba/ldif_handlers.h
+rpc_server/lsa/proto.h
+torture/winbind/proto.h

Modified: branches/SAMBA_4_0/source/libcli/config.mk
===================================================================
--- branches/SAMBA_4_0/source/libcli/config.mk	2007-09-24 11:34:26 UTC (rev 25304)
+++ branches/SAMBA_4_0/source/libcli/config.mk	2007-09-24 13:22:30 UTC (rev 25305)
@@ -3,10 +3,10 @@
 include security/config.mk
 
 [SUBSYSTEM::LIBSAMBA-ERRORS]
-PUBLIC_HEADERS = util/error.h util/nterr.h util/doserr.h util/nt_status.h
+PUBLIC_HEADERS = util/error.h util/ntstatus.h util/doserr.h util/werror.h
 OBJ_FILES = util/doserr.o \
-		util/errormap.o \
-		util/nterr.o \
+		    util/errormap.o \
+		    util/nterr.o \
 
 [SUBSYSTEM::ASN1_UTIL]
 PUBLIC_PROTO_HEADER = util/asn1_proto.h



More information about the samba-cvs mailing list