summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-16 21:57:27 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-18 16:12:08 +0200
commitc47b078ec339343732da21212e04a5b7cf548e8c (patch)
treeccfafd1a821e76d1bcb927cf995353b13086a522
parent75faa9eec5fecfc033bd4941427da28e4471a516 (diff)
downloadsamba-c47b078ec339343732da21212e04a5b7cf548e8c.tar.gz
samba-c47b078ec339343732da21212e04a5b7cf548e8c.tar.bz2
samba-c47b078ec339343732da21212e04a5b7cf548e8c.zip
build: Add 'cap' as a dependency of samba3core
-rwxr-xr-xsource3/wscript_build2
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())