Install util/tevent_* public headers. Required by OpenChange for compiling IDL
authorJulien Kerihuel <j.kerihuel@openchange.org>
Wed, 12 May 2010 10:34:54 +0000 (12:34 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 12 May 2010 17:30:55 +0000 (19:30 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/util/config.mk
lib/util/wscript_build
source4/headermap.txt

index 7df5227beeed3f36e2591fb0cd313b44873a8978..0a5d62ff86f0dbf5751da5f8dcb118ef9d69cc78 100644 (file)
@@ -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]
index debc7015dbfbae981e4a66953ed51ac1787c9ed3..a606058403d6c61feadfdac2e1aa603916ebd67d 100644 (file)
@@ -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'
index fb6be56936836437c60431948362734a3ad3a3b4..a998ff91dddc86eb7b203fb7d79c72ace1881012 100644 (file)
@@ -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