diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-07 21:35:51 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-08 11:23:23 +0200 |
commit | 61b937d23695ef8820a969f769732ecf79662597 (patch) | |
tree | 05673281bc5291a7ac0d0bfe8fea7cf180717cc8 /source4/param/wscript_build | |
parent | 27e169e17efd7150cc9479face9989586a65c70f (diff) | |
download | samba-61b937d23695ef8820a969f769732ecf79662597.tar.gz samba-61b937d23695ef8820a969f769732ecf79662597.tar.bz2 samba-61b937d23695ef8820a969f769732ecf79662597.zip |
s4-param change to struct bitmap to match s3-param
Diffstat (limited to 'source4/param/wscript_build')
-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 7f45402017..8cd9955737 100644 --- a/source4/param/wscript_build +++ b/source4/param/wscript_build @@ -20,7 +20,7 @@ bld.SAMBA_LIBRARY('samba-hostconfig', pc_files='samba-hostconfig.pc', vnum='0.0.1', deps='DYNCONFIG', - public_deps='samba-util', + public_deps='samba-util bitmap', public_headers='param.h', autoproto='param_proto.h', ) |