diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-03-23 10:30:19 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-23 11:03:58 +1100 |
commit | a65ba83ae6324ed1cbd81c81ddda7a60973aead7 (patch) | |
tree | babc0d00ae68ed2aa711fc6b7d113d484e44cf76 /lib/util | |
parent | 1ac079e3f6aa9fbbf904e9bdeab557f66487790d (diff) | |
download | samba-a65ba83ae6324ed1cbd81c81ddda7a60973aead7.tar.gz samba-a65ba83ae6324ed1cbd81c81ddda7a60973aead7.tar.bz2 samba-a65ba83ae6324ed1cbd81c81ddda7a60973aead7.zip |
fault: moved fault.c into common library
Diffstat (limited to 'lib/util')
-rwxr-xr-x | lib/util/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 7c18075faa..7f5b1d2c67 100755 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -7,7 +7,7 @@ bld.SAMBA_LIBRARY('samba-util-common', util_file.c time.c rbtree.c rfc1738.c select.c genrand.c fsusage.c blocking.c become_daemon.c signal.c system.c params.c util.c util_id.c util_net.c - util_strlist.c idtree.c debug.c''', + util_strlist.c idtree.c debug.c fault.c''', public_deps='talloc pthread LIBCRYPTO', # until we get all the dependencies in this library in common # we need to allow this library to be built with unresolved symbols @@ -20,7 +20,7 @@ bld.SAMBA_LIBRARY('samba-util-common', if bld.env._SAMBA_BUILD_ == 4: bld.SAMBA_LIBRARY('samba-util', - source='''dprintf.c fault.c data_blob.c + source='''dprintf.c data_blob.c ms_fnmatch.c parmlist.c substitute.c util_str.c ''', deps='samba-util-common', |