1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/utils/wscript_build
2012-03-27 16:03:15 +02:00

8 lines
132 B
Python

#!/usr/bin/env python
bld.SAMBA_BINARY('samba-dig',
source='samba-dig.c',
deps='samba-util NDR_DNS tevent LIBCLI_DNS'
)