summaryrefslogtreecommitdiff
path: root/lib/util/wscript_build
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-10-22 16:40:38 +0200
committerStefan Metzmacher <metze@samba.org>2010-10-23 07:35:28 +0000
commitc320c1ab989cf809da6effb4a47e8355c94357f5 (patch)
tree290fb4ae0d7b0d713b9ca3392fe90752c6d91d59 /lib/util/wscript_build
parent79c6572256a01279d9e4f0b436d334f4fd739866 (diff)
downloadsamba-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_build4
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') ],
)