diff options
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') ], ) |