From 39f50afc579f208300c3c1fcc612ca9b69bb76e3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 30 May 2008 02:07:28 +0200 Subject: Move CFLAGS handling out of smb_build. (This used to be commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c) --- source4/build/smb_build/config_mk.pm | 4 ---- 1 file changed, 4 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 8c7d75221c..0923770729 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -32,8 +32,6 @@ my $section_types = { "ENABLE" => "bool", - "CFLAGS" => "list", - "LDFLAGS" => "list", "STANDARD_VISIBILITY" => "string", "INIT_FUNCTION_SENTINEL" => "string" }, @@ -49,8 +47,6 @@ my $section_types = { "ENABLE" => "bool", "OUTPUT_TYPE" => "list", - - "CFLAGS" => "list" }, "BINARY" => { -- cgit