summaryrefslogtreecommitdiff
path: root/source4/param/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-30 12:14:15 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-30 23:49:01 +1100
commiteb0005dfcabedbeed0a75f139d6625b268d5062a (patch)
treee0b95a315742466d330dfe35cb0fed2253112dbc /source4/param/wscript_build
parent045e3445a0cea796c400eacbdb28611b664ef902 (diff)
downloadsamba-eb0005dfcabedbeed0a75f139d6625b268d5062a.tar.gz
samba-eb0005dfcabedbeed0a75f139d6625b268d5062a.tar.bz2
samba-eb0005dfcabedbeed0a75f139d6625b268d5062a.zip
s4-tdb: make tdb-wrap into a private library
this prevents double linking of the tdb wrap code
Diffstat (limited to 'source4/param/wscript_build')
-rw-r--r--source4/param/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build
index 62e14c4529..3039236bef 100644
--- a/source4/param/wscript_build
+++ b/source4/param/wscript_build
@@ -43,7 +43,7 @@ bld.SAMBA_MODULE('share_ldb',
bld.SAMBA_SUBSYSTEM('SECRETS',
source='secrets.c',
- deps='ldb TDB_WRAP UTIL_TDB NDR_SECURITY tevent ldbwrap'
+ deps='ldb tdb-wrap UTIL_TDB NDR_SECURITY tevent ldbwrap'
)