s3:build: build libtalloc.so.$VERSION with full version number instead only SO version
[Samba.git] / source4 / lib / wscript_build
blob872259d6700a46c0b6497e3b0d5b0f700932da1e
1 #!/usr/bin/env python
3 bld.SAMBA_SUBSYSTEM('GENCACHE',
4 source='../../source3/lib/gencache.c',
5 enabled=False,
6 deps='tdb-wrap'
10 bld.SAMBA_LIBRARY('tdb-wrap',
11 source='tdb_wrap.c',
12 deps='tdb talloc samba-util',
13 public_headers='tdb_wrap.h',
14 private_library=True