s4-drs: mark WERR_DS_DRA_BUSY as a non error in DsReplicaUpdateRefs
[Samba/gebeck_regimport.git] / source3 / lib / pthreadpool / wscript_build
blob611ff5a43317db26fb5ace2be248d7a924a8d7ee
1 #!/usr/bin/env python
3 bld.SAMBA3_SUBSYSTEM('PTHREADPOOL',
4 source='pthreadpool.c',
5 deps='pthread rt',
6 enabled=bld.env.WITH_PTHREADPOOL)
8 bld.SAMBA3_BINARY('pthreadpooltest',
9 source='tests.c',
10 deps='PTHREADPOOL',
11 enabled=bld.env.WITH_PTHREADPOOL)