diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-24 16:25:37 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:05 +1000 |
commit | a6ce1c3dce8c189c6454194e61f52a611c79d83d (patch) | |
tree | b357425e4619c3dd3dc18941fd8536cd25a5bfc0 /buildtools/wafsamba | |
parent | 9df6c861233c422b4d24fd017773745781e8815a (diff) | |
download | samba-a6ce1c3dce8c189c6454194e61f52a611c79d83d.tar.gz samba-a6ce1c3dce8c189c6454194e61f52a611c79d83d.tar.bz2 samba-a6ce1c3dce8c189c6454194e61f52a611c79d83d.zip |
build: need to mark disabled libraries as DISABLED
Diffstat (limited to 'buildtools/wafsamba')
-rw-r--r-- | buildtools/wafsamba/samba_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/samba_utils.py b/buildtools/wafsamba/samba_utils.py index fe290a33e1..59003d8212 100644 --- a/buildtools/wafsamba/samba_utils.py +++ b/buildtools/wafsamba/samba_utils.py @@ -23,6 +23,7 @@ def NEW_NODE(node, name): ############################################################# # set a value in a local cache # return False if it's already set +@conf def SET_TARGET_TYPE(ctx, target, value): cache = LOCAL_CACHE(ctx, 'TARGET_TYPE') if target in cache: |