mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
8 lines
132 B
Python
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'
|
|
)
|
|
|