summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2012-04-14 08:16:20 +0300
committerAlexander Bokovoy <ab@samba.org>2012-04-14 08:55:43 +0200
commit89e998412fe07a01f9c79330973f62d909dc2da2 (patch)
tree956360462288b73443562abd7741a85ecfc8da6f /wscript_build
parente109cc54127c3175cd1f41f21ae74c63fe460cae (diff)
downloadsamba-89e998412fe07a01f9c79330973f62d909dc2da2.tar.gz
samba-89e998412fe07a01f9c79330973f62d909dc2da2.tar.bz2
samba-89e998412fe07a01f9c79330973f62d909dc2da2.zip
waf: samba-specific methods should have capitalized names, change process_separate_rule to follow
Changing process_separate_rule to PROCESS_SEPARATE_RULE. Thanks Thomas Nagy for review. Autobuild-User: Alexander Bokovoy <ab@samba.org> Autobuild-Date: Sat Apr 14 08:55:43 CEST 2012 on sn-devel-104
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build6
1 files changed, 3 insertions, 3 deletions
diff --git a/wscript_build b/wscript_build
index eeefeb3a19..ad790ca506 100644
--- a/wscript_build
+++ b/wscript_build
@@ -118,11 +118,11 @@ if bld.CONFIG_SET("USING_SYSTEM_KRB5"):
# When both HEIMDAL_KRB5_CONFIG and KRB5_CONFIG are set and not equal,
# it means one is Heimdal-specific (krb5-config.heimdal, for example)
# and there is system heimdal
- bld.process_separate_rule('system_heimdal')
+ bld.PROCESS_SEPARATE_RULE('system_heimdal')
else:
- bld.process_separate_rule('system_krb5')
+ bld.PROCESS_SEPARATE_RULE('system_krb5')
else:
- bld.process_separate_rule('embedded_heimdal')
+ bld.PROCESS_SEPARATE_RULE('embedded_heimdal')
bld.RECURSE('libcli/smbreadline')
bld.RECURSE('codepages')