mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Install util/tevent_* public headers. Required by OpenChange for compiling IDL
Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
e8139ac14a
commit
693995c1c4
@ -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]
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user