summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-27 16:23:12 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-27 16:23:12 +0200
commit16c883ca23a23d3784aec059ac949a066c29ac0d (patch)
tree22ead13dab3262c48c6a90073f714b3401a86a59 /source4/build
parentfa2216584288813d2c3a507cc01e9a4cb0193130 (diff)
downloadsamba-16c883ca23a23d3784aec059ac949a066c29ac0d.tar.gz
samba-16c883ca23a23d3784aec059ac949a066c29ac0d.tar.bz2
samba-16c883ca23a23d3784aec059ac949a066c29ac0d.zip
Move CFLAGS that are not inherited out of smb_build.
(This used to be commit 49dcf4b8811f92684a7ddd266ac289d8fc8ca215)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/config_mk.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm
index 652a52fa60..8c7d75221c 100644
--- a/source4/build/smb_build/config_mk.pm
+++ b/source4/build/smb_build/config_mk.pm
@@ -25,7 +25,6 @@ my $section_types = {
"PUBLIC_DEPENDENCIES" => "list",
"ENABLE" => "bool",
"LDFLAGS" => "list",
- "CFLAGS" => "list",
},
"SUBSYSTEM" => {
"PRIVATE_DEPENDENCIES" => "list",
@@ -60,7 +59,6 @@ my $section_types = {
"ENABLE" => "bool",
"INSTALLDIR" => "string",
- "CFLAGS" => "list",
"LDFLAGS" => "list",
"STANDARD_VISIBILITY" => "string",