diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-05 22:30:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:40 -0500 |
commit | 16eaadc67c12e34d4f6a2aa613e5055dea1bdefa (patch) | |
tree | 4b97a467a21d096a54774ec1522a8fd934ded43c /source4/build/smb_build/config_mk.pm | |
parent | b1381947bf5379b54ed9ee118d48f77f2931c253 (diff) | |
download | samba-16eaadc67c12e34d4f6a2aa613e5055dea1bdefa.tar.gz samba-16eaadc67c12e34d4f6a2aa613e5055dea1bdefa.tar.bz2 samba-16eaadc67c12e34d4f6a2aa613e5055dea1bdefa.zip |
r7310: Support TARGET_CFLAGS thru recursive make
(This used to be commit 2fd997b12aa06983a614bfadca9e5f896a88b2ac)
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 74ba8f2c2e..d298fe68ee 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -24,7 +24,7 @@ my %attribute_types = ( "MINOR_VERSION" => "string", "RELEASE_VERSION" => "string", "ENABLE" => "bool", - "TARGET_CFLAGS" => "string" + "TARGET_CFLAGS" => "list" ); ########################################################### |