From f5bc4a72c56a8d74bfa0f334890fac9b3ea3f37e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 26 Apr 2006 11:30:57 +0000 Subject: r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working again. (This used to be commit 33e4b92c46f272478b3c9e433f910dbbaab52af8) --- source4/build/smb_build/config_mk.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source4/build/smb_build/config_mk.pm') diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index 6dfd105c25..7250735b53 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -15,7 +15,7 @@ use strict; my $section_types = { "EXT_LIB" => { "LIBS" => "list", - "EXTRA_CFLAGS" => "string", + "CFLAGS" => "string", "CPPFLAGS" => "list", "LDFLAGS" => "list", }, @@ -34,7 +34,7 @@ my $section_types = { "PUBLIC_HEADERS" => "list", - "EXTRA_CFLAGS" => "string", + "CFLAGS" => "string", "STANDARD_VISIBILITY" => "string" }, "MODULE" => { @@ -55,7 +55,7 @@ my $section_types = { "MANPAGE" => "string", "PRIVATE_PROTO_HEADER" => "string", - "EXTRA_CFLAGS" => "string" + "CFLAGS" => "string" }, "BINARY" => { "OBJ_FILES" => "list", @@ -70,7 +70,7 @@ my $section_types = { "PUBLIC_PROTO_HEADER" => "string", "PUBLIC_HEADERS" => "list", - "EXTRA_CFLAGS" => "string", + "CFLAGS" => "string", "STANDARD_VISIBILITY" => "string" }, "LIBRARY" => { @@ -96,7 +96,7 @@ my $section_types = { "PUBLIC_PROTO_HEADER" => "string", "PRIVATE_PROTO_HEADER" => "string", - "EXTRA_CFLAGS" => "string", + "CFLAGS" => "string", "STANDARD_VISIBILITY" => "string" } }; -- cgit