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/m4 | |
parent | f4ad602b7023fe44e369c59a42dde947c4dba4b3 (diff) | |
download | samba-82f19553144f13e88ea58d04da15aba94059505f.tar.gz samba-82f19553144f13e88ea58d04da15aba94059505f.tar.bz2 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/m4')
-rw-r--r-- | source4/build/m4/public.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/public.m4 b/source4/build/m4/public.m4 index 6e8be7fa5e..8e1645166c 100644 --- a/source4/build/m4/public.m4 +++ b/source4/build/m4/public.m4 @@ -114,7 +114,7 @@ SMB_INFO_EXT_LIBS="$SMB_INFO_EXT_LIBS # Start Ext Lib $1 @<:@EXT_LIB::EXT_LIB_$1@:>@ LIBS = $2 -CFLAGS = $3 +EXTRA_CFLAGS = $3 CPPFLAGS = $4 LDFLAGS = $5 # End Ext Lib $1 |