summaryrefslogtreecommitdiff
path: root/source4/param/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-21 14:42:34 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-22 02:51:09 +0100
commit7634fb6393d7ed2f115e2b442214b6e747a48328 (patch)
tree7e75d989eeb795aa2b9fea7549f70ede2f45256b /source4/param/wscript_build
parent15c04403496bb940c5981dca0b960ec45e47c7d8 (diff)
downloadsamba-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/param/wscript_build')
-rw-r--r--source4/param/wscript_build2
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'