lib/util move debug.[ch] out of the way
authorAndrew Bartlett <abartlet@samba.org>
Mon, 28 Feb 2011 20:40:22 +0000 (07:40 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 1 Mar 2011 02:46:18 +0000 (03:46 +0100)
This will allow a modified version of the s3 debug system to be the
new common debug system.

Andrew Bartlett

lib/util/debug_s4.c [moved from lib/util/debug.c with 100% similarity]
lib/util/debug_s4.h [moved from lib/util/debug.h with 100% similarity]
lib/util/wscript_build
source4/include/includes.h

similarity index 100%
rename from lib/util/debug.c
rename to lib/util/debug_s4.c
similarity index 100%
rename from lib/util/debug.h
rename to lib/util/debug_s4.h
index e472ff73b559f90648a424e6d55bdf69c04e1f68..cc53dd3f75a3ad00e12573e416a0f00100e66aba 100644 (file)
@@ -18,7 +18,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
+                      source='''debug_s4.c dprintf.c fault.c
                       ms_fnmatch.c parmlist.c substitute.c util_str.c
                       ''',
                       deps='samba-util-common',
index d0a97020c6e470de2ebe05bd28b10635ebd621b4..a4ef19a0429dffa76db7b55d187aac2b3cc133cf 100644 (file)
@@ -57,7 +57,7 @@
 #endif
 #include "../lib/util/xfile.h"
 #include "../lib/util/attr.h"
-#include "../lib/util/debug.h"
+#include "../lib/util/debug_s4.h"
 #include "../lib/util/util.h"
 
 #include "libcli/util/error.h"