From 693995c1c4d36e03537d66db9fa3823baf3e6002 Mon Sep 17 00:00:00 2001 From: Julien Kerihuel Date: Wed, 12 May 2010 12:34:54 +0200 Subject: Install util/tevent_* public headers. Required by OpenChange for compiling IDL Signed-off-by: Stefan Metzmacher --- lib/util/config.mk | 2 ++ lib/util/wscript_build | 2 +- source4/headermap.txt | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/util/config.mk b/lib/util/config.mk index 7df5227bee..0a5d62ff86 100644 --- a/lib/util/config.mk +++ b/lib/util/config.mk @@ -49,6 +49,8 @@ PUBLIC_HEADERS += $(addprefix $(libutilsrcdir)/, util.h \ time.h \ util_ldb.h \ talloc_stack.h \ + tevent_ntstatus.h \ + tevent_unix.h \ xfile.h) [SUBSYSTEM::ASN1_UTIL] diff --git a/lib/util/wscript_build b/lib/util/wscript_build index debc7015db..a606058403 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_LIBRARY('LIBSAMBA-UTIL', source='xfile.c debug.c fault.c signal.c system.c time.c genrand.c dprintf.c util_str.c rfc1738.c substitute.c util_strlist.c util_file.c data_blob.c util.c blocking.c util_net.c fsusage.c ms_fnmatch.c mutex.c idtree.c become_daemon.c rbtree.c talloc_stack.c smb_threads.c params.c parmlist.c util_id.c', public_deps='talloc LIBCRYPTO CHARSET execinfo UID_WRAPPER tevent', - public_headers='attr.h byteorder.h data_blob.h debug.h memory.h mutex.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h util.h', + public_headers='attr.h byteorder.h data_blob.h debug.h memory.h mutex.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h util.h tevent_ntstatus.h tevent_unix.h', header_path= [ ('dlinklist.h util.h', '.'), ('*', 'util') ], local_include=False, vnum='0.0.1' diff --git a/source4/headermap.txt b/source4/headermap.txt index fb6be56936..a998ff91dd 100644 --- a/source4/headermap.txt +++ b/source4/headermap.txt @@ -40,6 +40,8 @@ lib/cmdline/popt_common.h: samba/popt.h ../lib/util/dlinklist.h: dlinklist.h ../lib/util/data_blob.h: util/data_blob.h ../lib/util/time.h: util/time.h +../lib/util/tevent_ntstatus.h: util/tevent_ntstatus.h +../lib/util/tevent_unix.h: util/tevent_unix.h version.h: samba/version.h param/param.h: param.h ../lib/util/asn1.h: samba/asn1.h @@ -54,6 +56,7 @@ param/share.h: share.h ../libcli/ldap/ldap_message.h: ldap_message.h ../libcli/ldap/ldap_errors.h: ldap_errors.h ../libcli/ldap/ldap_ndr.h: ldap_ndr.h +../tevent/tevent.h: tevent.h ../lib/tevent/tevent.h: tevent.h ../lib/tevent/tevent_internal.h: tevent_internal.h auth/session.h: samba/session.h -- cgit