diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 19:59:57 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 19:59:57 +0100 |
commit | 8b24da201b78ddda3738564f2d69c96ab4ed9919 (patch) | |
tree | eb005ecc100841f1b97d88354e735ae304abd297 /source4/build | |
parent | 22703bf3ffc3692a719d6bd593d3705697045bea (diff) | |
download | samba-8b24da201b78ddda3738564f2d69c96ab4ed9919.tar.gz samba-8b24da201b78ddda3738564f2d69c96ab4ed9919.tar.bz2 samba-8b24da201b78ddda3738564f2d69c96ab4ed9919.zip |
Allow using external libtevent.
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/summary.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm index f6c1c50550..c7916216ab 100644 --- a/source4/build/smb_build/summary.pm +++ b/source4/build/smb_build/summary.pm @@ -57,6 +57,7 @@ sub show($$) showisexternal($output, "popt", "LIBPOPT"); showisexternal($output, "talloc", "LIBTALLOC"); showisexternal($output, "tdb", "LIBTDB"); + showisexternal($output, "tevent", "LIBTEVENT"); showisexternal($output, "ldb", "LIBLDB"); print "Developer mode: ".(enabled($config->{developer})?"yes":"no")."\n"; print "Automatic dependencies: ". |