summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-17 14:13:42 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-02-18 17:00:34 +1100
commita493bf9103e5a36e0aef0d1bf1a055f602955d0f (patch)
treed7154312733c4ba7b4d1c28371de9af8028d444d /nsswitch/wscript_build
parent92faeaeea841dd0bce9460d25429846ae2fdc0af (diff)
downloadsamba-a493bf9103e5a36e0aef0d1bf1a055f602955d0f.tar.gz
samba-a493bf9103e5a36e0aef0d1bf1a055f602955d0f.tar.bz2
samba-a493bf9103e5a36e0aef0d1bf1a055f602955d0f.zip
nsswitch: depend on dl
The previous merge in this area didn't preserve the 'dl' depedency, which may be required on some platforms. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r--nsswitch/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index 6087eda18e..83b10a7969 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('winbind-client',
bld.SAMBA_BINARY('nsstest',
source='nsstest.c',
- deps='replace'
+ deps='replace dl'
)