|
Last change
on this file was 745, checked in by Silvan Scherrer, 13 years ago |
|
Samba Server: updated trunk to 3.6.0
|
|
File size:
652 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/env python
|
|---|
| 2 |
|
|---|
| 3 | bld.SAMBA_MODULE('service_dns',
|
|---|
| 4 | source='dns_server.c dns_query.c dns_update.c dns_utils.c',
|
|---|
| 5 | subsystem='service',
|
|---|
| 6 | init_function='server_service_dns_init',
|
|---|
| 7 | deps='samba-hostconfig LIBTSOCKET LIBSAMBA_TSOCKET ldbsamba',
|
|---|
| 8 | local_include=False,
|
|---|
| 9 | internal_module=False,
|
|---|
| 10 | )
|
|---|
| 11 |
|
|---|
| 12 | # a bind9 dlz module giving access to the Samba DNS SAM
|
|---|
| 13 | bld.SAMBA_LIBRARY('dlz_bind9',
|
|---|
| 14 | source='dlz_bind9.c',
|
|---|
| 15 | private_library=True,
|
|---|
| 16 | link_name='modules/bind9/dlz_bind9.so',
|
|---|
| 17 | deps='samba-hostconfig ldbsamba samba-util popt')
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.