diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-27 13:56:05 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:09 +1000 |
commit | aa5e08eb83fd7b130a98850e103654d8c0b2f96f (patch) | |
tree | 9715b7f853ca0954dba51bcd46b75c31d9cdf3ff /lib | |
parent | 97ce609393ff72c4477ed3ae199cf87c04791634 (diff) | |
download | samba-aa5e08eb83fd7b130a98850e103654d8c0b2f96f.tar.gz samba-aa5e08eb83fd7b130a98850e103654d8c0b2f96f.tar.bz2 samba-aa5e08eb83fd7b130a98850e103654d8c0b2f96f.zip |
s4-waf: install the rest of the headers
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/wscript_build | 7 |
1 files changed, 4 insertions, 3 deletions
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' ) |