diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-30 12:14:15 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-30 23:49:01 +1100 |
commit | eb0005dfcabedbeed0a75f139d6625b268d5062a (patch) | |
tree | e0b95a315742466d330dfe35cb0fed2253112dbc /libcli/auth/wscript_build | |
parent | 045e3445a0cea796c400eacbdb28611b664ef902 (diff) | |
download | samba-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 'libcli/auth/wscript_build')
-rw-r--r-- | libcli/auth/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build index 712f828e9b..26b7438aa4 100644 --- a/libcli/auth/wscript_build +++ b/libcli/auth/wscript_build @@ -21,6 +21,6 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_AUTH', bld.SAMBA_SUBSYSTEM('COMMON_SCHANNELDB', source='schannel_state_tdb.c', - deps='TDB_WRAP' + deps='tdb-wrap' ) |