|
Lines 68-73
Link Here
|
| 68 |
deps='samba-hostconfig samdb-common gensec popt dnsserver_common', |
68 |
deps='samba-hostconfig samdb-common gensec popt dnsserver_common', |
| 69 |
enabled=bld.AD_DC_BUILD_IS_ENABLED()) |
69 |
enabled=bld.AD_DC_BUILD_IS_ENABLED()) |
| 70 |
|
70 |
|
|
|
71 |
bld.SAMBA_LIBRARY('dlz_bind9_14', |
| 72 |
source='dlz_bind9.c', |
| 73 |
cflags='-DBIND_VERSION_9_14', |
| 74 |
private_library=True, |
| 75 |
link_name='modules/bind9/dlz_bind9_14.so', |
| 76 |
realname='dlz_bind9_14.so', |
| 77 |
install_path='${MODULESDIR}/bind9', |
| 78 |
deps='samba-hostconfig samdb-common gensec popt dnsserver_common', |
| 79 |
enabled=bld.AD_DC_BUILD_IS_ENABLED()) |
| 80 |
|
| 81 |
bld.SAMBA_LIBRARY('dlz_bind9_15', |
| 82 |
source='dlz_bind9.c', |
| 83 |
cflags='-DBIND_VERSION_9_15', |
| 84 |
private_library=True, |
| 85 |
link_name='modules/bind9/dlz_bind9_15.so', |
| 86 |
realname='dlz_bind9_15.so', |
| 87 |
install_path='${MODULESDIR}/bind9', |
| 88 |
deps='samba-hostconfig samdb-common gensec popt dnsserver_common', |
| 89 |
enabled=bld.AD_DC_BUILD_IS_ENABLED()) |
| 90 |
|
| 91 |
|
| 71 |
bld.SAMBA_LIBRARY('dlz_bind9_for_torture', |
92 |
bld.SAMBA_LIBRARY('dlz_bind9_for_torture', |
| 72 |
source='dlz_bind9.c', |
93 |
source='dlz_bind9.c', |
| 73 |
cflags='-DBIND_VERSION_9_8', |
94 |
cflags='-DBIND_VERSION_9_8', |