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

jelmer at samba.org jelmer at samba.org
Mon Mar 6 23:51:25 GMT 2006


Author: jelmer
Date: 2006-03-06 23:51:24 +0000 (Mon, 06 Mar 2006)
New Revision: 13905

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

Log:
include/includes.h now includes param/param.h..

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-06 23:34:57 UTC (rev 13904)
+++ branches/SAMBA_4_0/source/main.mk	2006-03-06 23:51:24 UTC (rev 13905)
@@ -247,7 +247,8 @@
 		auth/credentials/credentials_proto.h \
 		libcli/nbt/libnbt.h \
 		lib/util/util_proto.h \
-		lib/charset/charset.h
+		lib/charset/charset.h \
+		param/param.h
 
 clean_pch: 
 	-rm -f include/includes.h.gch



More information about the samba-cvs mailing list