From aa5e08eb83fd7b130a98850e103654d8c0b2f96f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 Mar 2010 13:56:05 +1100 Subject: s4-waf: install the rest of the headers --- lib/util/wscript_build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/util/wscript_build') diff --git a/lib/util/wscript_build b/lib/util/wscript_build index ac6b227012..0cd701dbd1 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -1,8 +1,8 @@ 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 LIBREPLACE_NETWORK CHARSET execinfo UID_WRAPPER', - 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', - header_path='util', + 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', + header_path= [ ('dlinklist.h util.h', '.'), ('*', 'util') ], local_include=False, vnum='0.0.1' ) @@ -46,7 +46,8 @@ bld.SAMBA_SUBSYSTEM('UTIL_TEVENT', bld.SAMBA_SUBSYSTEM('UTIL_LDB', source='util_ldb.c', local_include=False, - public_deps='ldb' + public_deps='ldb', + public_headers='util_ldb.h' ) -- cgit