build: move idtree.c into samba-util-common
authorAndrew Tridgell <tridge@samba.org>
Tue, 22 Feb 2011 04:48:50 +0000 (15:48 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 22 Feb 2011 23:45:21 +0000 (00:45 +0100)
lib/util/wscript_build

index 646100e7cd1127b5103a42c203a41adddc44abba..e472ff73b559f90648a424e6d55bdf69c04e1f68 100644 (file)
@@ -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
                   data_blob.c signal.c system.c params.c util.c util_id.c util_net.c
-                  util_strlist.c''',
+                  util_strlist.c idtree.c''',
                   public_deps='talloc pthread',
                   # until we get all the dependencies in this library in common
                   # we need to allow this library to be built with unresolved symbols
@@ -19,8 +19,7 @@ bld.SAMBA_LIBRARY('samba-util-common',
 if bld.env._SAMBA_BUILD_ == 4:
     bld.SAMBA_LIBRARY('samba-util',
                       source='''debug.c dprintf.c fault.c
-                      idtree.c ms_fnmatch.c
-                      parmlist.c substitute.c util_str.c
+                      ms_fnmatch.c parmlist.c substitute.c util_str.c
                       ''',
                       deps='samba-util-common',
                       public_deps='talloc LIBCRYPTO CHARSET execinfo uid_wrapper',