diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-21 14:42:34 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-22 02:51:09 +0100 |
commit | 7634fb6393d7ed2f115e2b442214b6e747a48328 (patch) | |
tree | 7e75d989eeb795aa2b9fea7549f70ede2f45256b /source4 | |
parent | 15c04403496bb940c5981dca0b960ec45e47c7d8 (diff) | |
download | samba-7634fb6393d7ed2f115e2b442214b6e747a48328.tar.gz |
s4-waf: rename 'param' to 'pyparam'
we will use 'param' for the s3 libparam.so
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r-- | source4/param/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build index bd37e519259..72674e55740 100644 --- a/source4/param/wscript_build +++ b/source4/param/wscript_build @@ -47,7 +47,7 @@ bld.SAMBA_SUBSYSTEM('SECRETS', ) -bld.SAMBA_PYTHON('param', +bld.SAMBA_PYTHON('pyparam', source='pyparam.c', deps='samba-hostconfig pytalloc-util', realname='samba/param.so' |