lib:tsocket: Check for DOXYGEN as a #define
[samba.git] / lib / tdb_wrap / wscript_build
1 #!/usr/bin/python
2
3 bld.SAMBA_LIBRARY('tdb-wrap',
4                   source='tdb_wrap.c',
5                   deps='tdb talloc samba-debug',
6                   private_library=True,
7                   local_include=False
8                  )