diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-20 11:44:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:16 -0500 |
commit | cd63c810c64d3d5e17dd99b1a32d2824aaf1cca8 (patch) | |
tree | 93abfeaeea9f1d74a3810a21e635ed710d3a4cd6 | |
parent | 3c070cb7c4e4a0690f8b29491825b1597f7d1cd0 (diff) | |
download | samba-cd63c810c64d3d5e17dd99b1a32d2824aaf1cca8.tar.gz samba-cd63c810c64d3d5e17dd99b1a32d2824aaf1cca8.tar.bz2 samba-cd63c810c64d3d5e17dd99b1a32d2824aaf1cca8.zip |
r22410: disallow PUBLIC_ options on MODULE and BINARY
metze
(This used to be commit b60a4f2765baabb6399d011e88562543239a8a88)
-rw-r--r-- | source4/build/smb_build/config_mk.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index 6c095c5a5b..9a9584aba1 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -44,7 +44,6 @@ my $section_types = { "INIT_FUNCTION" => "string", "OBJ_FILES" => "list", - "PUBLIC_DEPENDENCIES" => "list", "PRIVATE_DEPENDENCIES" => "list", "ALIASES" => "list", @@ -55,10 +54,6 @@ my $section_types = { "MANPAGE" => "string", "PRIVATE_PROTO_HEADER" => "string", - "PUBLIC_PROTO_HEADER" => "string", - - - "PUBLIC_HEADERS" => "list", "CFLAGS" => "list" }, @@ -72,8 +67,6 @@ my $section_types = { "MANPAGE" => "string", "INSTALLDIR" => "string", "PRIVATE_PROTO_HEADER" => "string", - "PUBLIC_PROTO_HEADER" => "string", - "PUBLIC_HEADERS" => "list", "CFLAGS" => "list", "LDFLAGS" => "list", |