lib: Make samba-debug a private library
authorVolker Lendecke <vl@samba.org>
Thu, 18 Sep 2014 12:50:50 +0000 (14:50 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 18 Sep 2014 18:36:11 +0000 (20:36 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/wscript_build

index c9487f22cd3490d7ab630c99d7f7dd88d523d8cf..ca0386a48b384cc834828e630c1838a9f3176ec6 100755 (executable)
@@ -20,10 +20,11 @@ bld.SAMBA_SUBSYSTEM('close-low-fd',
                     deps='replace',
                     local_include=False)
 
-bld.SAMBA_SUBSYSTEM('samba-debug',
-                    source='debug.c',
-                    deps='replace time-basic close-low-fd talloc',
-                    local_include=False)
+bld.SAMBA_LIBRARY('samba-debug',
+                  source='debug.c',
+                  deps='replace time-basic close-low-fd talloc',
+                  local_include=False,
+                  private_library=True)
 
 bld.SAMBA_LIBRARY('samba-util',
                   source='''talloc_stack.c smb_threads.c xfile.c data_blob.c