diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-24 20:45:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:20 -0500 |
commit | 82f19553144f13e88ea58d04da15aba94059505f (patch) | |
tree | b7d5e0c99b2c9af2a7ea9d955beed252b340a055 /source4/build/smb_build/config_mk.pm | |
parent | f4ad602b7023fe44e369c59a42dde947c4dba4b3 (diff) | |
download | samba-82f19553144f13e88ea58d04da15aba94059505f.tar.gz samba-82f19553144f13e88ea58d04da15aba94059505f.tar.xz samba-82f19553144f13e88ea58d04da15aba94059505f.zip |
r15223: Move heimdal's -I parameters from the global list of includes to
the subsystems in question
(This used to be commit 2fbb4d91fa580ccb64e36f0b082f23af33123b13)
Diffstat (limited to 'source4/build/smb_build/config_mk.pm')
-rw-r--r-- | source4/build/smb_build/config_mk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index 79107c1c9b8..6dfd105c259 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", - "CFLAGS" => "list", + "EXTRA_CFLAGS" => "string", "CPPFLAGS" => "list", "LDFLAGS" => "list", }, |