fault: moved fault.c into common library
authorAndrew Tridgell <tridge@samba.org>
Tue, 22 Mar 2011 23:30:19 +0000 (10:30 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 23 Mar 2011 00:03:58 +0000 (11:03 +1100)
lib/util/wscript_build

index 7c18075faa5569c666a918b3b8d23f41cd650f5a..7f5b1d2c6788ae9a1a7a8cc1d20f517da37a7490 100755 (executable)
@@ -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',