svn commit: samba r22410 - in branches/SAMBA_4_0/source/build/smb_build: .

metze at samba.org metze at samba.org
Fri Apr 20 11:44:46 GMT 2007


Author: metze
Date: 2007-04-20 11:44:45 +0000 (Fri, 20 Apr 2007)
New Revision: 22410

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

Log:
disallow PUBLIC_ options on MODULE and BINARY

metze
Modified:
   branches/SAMBA_4_0/source/build/smb_build/config_mk.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/config_mk.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/config_mk.pm	2007-04-20 11:40:44 UTC (rev 22409)
+++ branches/SAMBA_4_0/source/build/smb_build/config_mk.pm	2007-04-20 11:44:45 UTC (rev 22410)
@@ -44,7 +44,6 @@
 		"INIT_FUNCTION"		=> "string",
 		"OBJ_FILES"		=> "list",
 
-		"PUBLIC_DEPENDENCIES"	=> "list",
 		"PRIVATE_DEPENDENCIES"	=> "list",
 
 		"ALIASES" => "list",
@@ -55,11 +54,7 @@
 
 		"MANPAGE"		=> "string",
 		"PRIVATE_PROTO_HEADER"	=> "string",
-		"PUBLIC_PROTO_HEADER"	=> "string",
 
-
-		"PUBLIC_HEADERS"	=> "list",
-
 		"CFLAGS"		=> "list"
 		},
 	"BINARY" => {
@@ -72,8 +67,6 @@
 		"MANPAGE"		=> "string",
 		"INSTALLDIR"		=> "string",
 		"PRIVATE_PROTO_HEADER"	=> "string",
-		"PUBLIC_PROTO_HEADER"	=> "string",
-		"PUBLIC_HEADERS"	=> "list", 
 
 		"CFLAGS"		=> "list",
 		"LDFLAGS"		=> "list",



More information about the samba-cvs mailing list