summaryrefslogtreecommitdiff
path: root/source4/dsdb/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 17:14:10 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 19:03:27 +1100
commit171158482175f7ff6187c7535385e83ac28a086e (patch)
tree26053468be49b01fc8e9a22f848623c4b0c85587 /source4/dsdb/wscript_build
parent6ce4125bbe364743596d1e087f7a94e810605421 (diff)
downloadsamba-171158482175f7ff6187c7535385e83ac28a086e.tar.gz
samba-171158482175f7ff6187c7535385e83ac28a086e.tar.bz2
samba-171158482175f7ff6187c7535385e83ac28a086e.zip
s4-dsdb: fixed depenencies for -no-undefined
added some depenencies needed for -Wl,-no-undefined
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r--source4/dsdb/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build
index fb9e084b54..7f71d95dc7 100644
--- a/source4/dsdb/wscript_build
+++ b/source4/dsdb/wscript_build
@@ -15,7 +15,7 @@ bld.SAMBA_LIBRARY('SAMDB_COMMON',
source='common/util.c common/util_samr.c common/dsdb_dn.c common/dsdb_access.c ../../libds/common/flag_mapping.c',
autoproto='common/proto.h',
private_library=True,
- deps='ldb NDR_DRSBLOBS UTIL_LDB LIBCLI_AUTH LIBSAMBA-HOSTCONFIG'
+ deps='ldb NDR_DRSBLOBS UTIL_LDB LIBCLI_AUTH LIBSAMBA-HOSTCONFIG samba_socket LIBCLI_LDAP_NDR'
)