diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-16 21:57:27 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-18 16:12:08 +0200 |
commit | c47b078ec339343732da21212e04a5b7cf548e8c (patch) | |
tree | ccfafd1a821e76d1bcb927cf995353b13086a522 /source3 | |
parent | 75faa9eec5fecfc033bd4941427da28e4471a516 (diff) | |
download | samba-c47b078ec339343732da21212e04a5b7cf548e8c.tar.gz samba-c47b078ec339343732da21212e04a5b7cf548e8c.tar.xz samba-c47b078ec339343732da21212e04a5b7cf548e8c.zip |
build: Add 'cap' as a dependency of samba3core
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index f4ed9155e1..7fdc4c3e35 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -785,7 +785,7 @@ bld.SAMBA3_SUBSYSTEM('KRBCLIENT', bld.SAMBA3_LIBRARY('samba3core', source=LIB_SRC, - deps='LIBCRYPTO ndr security NDR_SECURITY samba-util NDR_MESSAGING LIBASYNC_REQ tdb-wrap3 UTIL_TDB UTIL_PW SAMBA_VERSION KRB5_WRAP flag_mapping util_reg passdb PTHREADPOOL interfaces', + deps='LIBCRYPTO ndr security NDR_SECURITY samba-util NDR_MESSAGING LIBASYNC_REQ tdb-wrap3 UTIL_TDB UTIL_PW SAMBA_VERSION KRB5_WRAP flag_mapping util_reg passdb PTHREADPOOL interfaces cap', private_library=True, vars=locals()) |