diff options
author | Kai Blin <kai@samba.org> | 2010-10-22 16:40:38 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-10-23 07:35:28 +0000 |
commit | c320c1ab989cf809da6effb4a47e8355c94357f5 (patch) | |
tree | 290fb4ae0d7b0d713b9ca3392fe90752c6d91d59 /lib/util/wscript_build | |
parent | 79c6572256a01279d9e4f0b436d334f4fd739866 (diff) | |
download | samba-c320c1ab989cf809da6effb4a47e8355c94357f5.tar.gz samba-c320c1ab989cf809da6effb4a47e8355c94357f5.tar.bz2 samba-c320c1ab989cf809da6effb4a47e8355c94357f5.zip |
lib/util: Add tevent WERROR wrappers
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sat Oct 23 07:35:28 UTC 2010 on sn-devel-104
Diffstat (limited to 'lib/util/wscript_build')
-rw-r--r-- | lib/util/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 9162bcbba0..e1030c88e9 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -41,10 +41,10 @@ bld.SAMBA_SUBSYSTEM('UTIL_TDB', ) bld.SAMBA_SUBSYSTEM('UTIL_TEVENT', - source='tevent_unix.c tevent_ntstatus.c', + source='tevent_unix.c tevent_ntstatus.c tevent_werror.c', local_include=False, public_deps='tevent', - public_headers='tevent_ntstatus.h tevent_unix.h', + public_headers='tevent_ntstatus.h tevent_unix.h tevent_werror.h', header_path=[ ('*', 'util') ], ) |