diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 12:58:31 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:25 +1100 |
commit | 6c60b8be03c195c06301b04a656ff1281be2eb09 (patch) | |
tree | 4b2864f5fe067094e5c25b239944c6a77f5ab07a /lib/wscript_build | |
parent | 5ecd87230e2a83f7925b519c596ddecb89674577 (diff) | |
download | samba-6c60b8be03c195c06301b04a656ff1281be2eb09.tar.gz samba-6c60b8be03c195c06301b04a656ff1281be2eb09.tar.bz2 samba-6c60b8be03c195c06301b04a656ff1281be2eb09.zip |
lib: add UTIL_TEVENT to samba_sockets grouping library
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/wscript_build')
-rw-r--r-- | lib/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wscript_build b/lib/wscript_build index 3aee165570..7e4b3ca5bb 100644 --- a/lib/wscript_build +++ b/lib/wscript_build @@ -31,4 +31,4 @@ bld.SAMBA_LIBRARY('samba_sockets', source=[], private_library=True, grouping_library=True, - deps='LIBTSOCKET samba_socket') + deps='LIBTSOCKET samba_socket UTIL_TEVENT') |