summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2012-05-07 11:46:27 +1000
committerAmitay Isaacs <amitay@samba.org>2012-05-07 07:40:29 +0200
commit246409e17e83d50c99be9590aa38a3acba9813ad (patch)
tree6c8c995f87a5cb121ace9b2043146a4a9e7c78c6 /source4
parent0f026673eccc349faea56c1168001cfb70b77453 (diff)
downloadsamba-246409e17e83d50c99be9590aa38a3acba9813ad.tar.gz
samba-246409e17e83d50c99be9590aa38a3acba9813ad.tar.bz2
samba-246409e17e83d50c99be9590aa38a3acba9813ad.zip
s4-dns: Build BIND DLZ modules with correct private library
This fixes rpath for samdb-common private library after make install. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Mon May 7 07:40:29 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r--source4/dns_server/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build
index 47d03badf9..afd1d9cfea 100644
--- a/source4/dns_server/wscript_build
+++ b/source4/dns_server/wscript_build
@@ -17,7 +17,7 @@ bld.SAMBA_LIBRARY('dlz_bind9',
link_name='modules/bind9/dlz_bind9.so',
realname='dlz_bind9.so',
install_path='${MODULESDIR}/bind9',
- deps='samba-hostconfig samdb gensec popt')
+ deps='samba-hostconfig samdb-common gensec popt')
bld.SAMBA_LIBRARY('dlz_bind9_9',
source='dlz_bind9.c',
@@ -26,4 +26,4 @@ bld.SAMBA_LIBRARY('dlz_bind9_9',
link_name='modules/bind9/dlz_bind9_9.so',
realname='dlz_bind9_9.so',
install_path='${MODULESDIR}/bind9',
- deps='samba-hostconfig samdb gensec popt')
+ deps='samba-hostconfig samdb-common gensec popt')