diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-07-26 13:29:00 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-07-26 14:45:26 +0200 |
commit | ac57cfda9d9a530b8759c65986c9e5a7f1105d3c (patch) | |
tree | fecc1362ca2096ab656da5411aab076a8a67833c /source4/param | |
parent | 221a79ad008f839dae892e4b7f1a396c50442ecb (diff) | |
download | samba-ac57cfda9d9a530b8759c65986c9e5a7f1105d3c.tar.gz samba-ac57cfda9d9a530b8759c65986c9e5a7f1105d3c.tar.bz2 samba-ac57cfda9d9a530b8759c65986c9e5a7f1105d3c.zip |
libsamba-util: Build in libbitmap.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Tue Jul 26 14:45:27 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build index d5ca60d207..9a455124b0 100644 --- a/source4/param/wscript_build +++ b/source4/param/wscript_build @@ -15,10 +15,10 @@ bld.SAMBA_LIBRARY('samba-hostconfig', pc_files='samba-hostconfig.pc', vnum='0.0.1', deps='DYNCONFIG', - public_deps='samba-util bitmap param_local_h', + public_deps='samba-util param_local_h', public_headers='param.h', autoproto='param_proto.h', - autoproto_extra_source='../../lib/param/param_functions.c' + autoproto_extra_source='../../lib/param/param_functions.c' ) |