svn commit: samba r14385 - in branches/SAMBA_4_0/source: .

jelmer at samba.org jelmer at samba.org
Tue Mar 14 16:41:41 GMT 2006


Author: jelmer
Date: 2006-03-14 16:41:40 +0000 (Tue, 14 Mar 2006)
New Revision: 14385

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

Log:
Fix header dependencies.

Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2006-03-14 16:21:34 UTC (rev 14384)
+++ branches/SAMBA_4_0/source/main.mk	2006-03-14 16:41:40 UTC (rev 14385)
@@ -233,9 +233,9 @@
 		libcli/nbt/libnbt.h \
 		lib/util/util_proto.h \
 		lib/charset/charset.h \
-		param/param.h \
+		param/proto.h \
 		libcli/util/proto.h \
-		librpc/ndr/ndr_orpc_proto.h \
+		librpc/ndr/ndr_orpc.h \
 		librpc/ndr/ndr_compression.h
 
 clean_pch: 



More information about the samba-cvs mailing list