summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-27 09:46:50 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:09 +1000
commit03998d097079397c6a58a9317964a30e9c2c5b26 (patch)
tree52a506428b30556a833873fcd367b8a4beb9c980 /lib
parent11ca0c7b9d49d7f6723119758262230fe4f568f2 (diff)
downloadsamba-03998d097079397c6a58a9317964a30e9c2c5b26.tar.gz
samba-03998d097079397c6a58a9317964a30e9c2c5b26.tar.bz2
samba-03998d097079397c6a58a9317964a30e9c2c5b26.zip
s4-waf: started adding auto-install of include files
Diffstat (limited to 'lib')
-rw-r--r--lib/util/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index bf4f325014..ac6b227012 100644
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -1,7 +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='util.h dlinklist.h attr.h byteorder.h data_blob.h debug.h memory.h mutex.h safe_string.h time.h util_ldb.h talloc_stack.h xfile.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',
+ header_path='util',
local_include=False,
vnum='0.0.1'
)