From 86bcccfba5ac348083f3d37911f30f1d18508688 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 4 Jun 2005 11:39:23 +0000 Subject: r7271: added the ability to specify a target specific set of CFLAGS for binaries and libraries. This makes it possible to build heimdal with our build system, which means users don't have to suffer two build systems. (This used to be commit a31ec2a750d1e668e8ccdbbcb01762bfbc08cce5) --- source4/build/smb_build/config_mk.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 f6e2e4bdcd..74ba8f2c2e 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -23,7 +23,8 @@ my %attribute_types = ( "MAJOR_VERSION" => "string", "MINOR_VERSION" => "string", "RELEASE_VERSION" => "string", - "ENABLE" => "bool" + "ENABLE" => "bool", + "TARGET_CFLAGS" => "string" ); ########################################################### -- cgit