diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-04-11 19:24:46 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-04-12 09:13:43 +0200 |
commit | 33bb334e8030749cb675353df882730e3119ee9c (patch) | |
tree | 9fffeb702dc4bc5589713348aac47c46de90ff04 /lib/util | |
parent | b1393087ace8289a13e09e5246ac0efec560e959 (diff) | |
download | samba-33bb334e8030749cb675353df882730e3119ee9c.tar.gz samba-33bb334e8030749cb675353df882730e3119ee9c.tar.bz2 samba-33bb334e8030749cb675353df882730e3119ee9c.zip |
s4-waf: inline LIBREPLACE_NETWORK into 'replace'
metze
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 6e6dc8eeea..debc7015db 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -2,7 +2,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 LIBREPLACE_NETWORK CHARSET execinfo UID_WRAPPER tevent', + 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', header_path= [ ('dlinklist.h util.h', '.'), ('*', 'util') ], local_include=False, |