svn commit: samba r15350 - in branches/SAMBA_4_0/source: . build/smb_build libcli

jelmer at samba.org jelmer at samba.org
Sun Apr 30 02:07:35 GMT 2006


Author: jelmer
Date: 2006-04-30 02:07:33 +0000 (Sun, 30 Apr 2006)
New Revision: 15350

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15350

Log:
Remove empty subsystem, don't install .a files of subsystems

Removed:
   branches/SAMBA_4_0/source/libcli/config.m4
Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm
   branches/SAMBA_4_0/source/configure.in


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-04-30 01:32:59 UTC (rev 15349)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-04-30 02:07:33 UTC (rev 15350)
@@ -325,7 +325,7 @@
 
 	return unless (defined($ctx->{OBJ_FILES}));
 
-	push (@{$self->{static_libs}}, $ctx->{TARGET});
+	push (@{$self->{static_libs}}, $ctx->{TARGET}) if ($ctx->{TYPE} eq "LIBRARY");
 
 	$self->output("$ctx->{TYPE}_$ctx->{NAME}_OUTPUT = $ctx->{OUTPUT}\n");
 	$self->_prepare_list($ctx, "OBJ_LIST");

Modified: branches/SAMBA_4_0/source/configure.in
===================================================================
--- branches/SAMBA_4_0/source/configure.in	2006-04-30 01:32:59 UTC (rev 15349)
+++ branches/SAMBA_4_0/source/configure.in	2006-04-30 02:07:33 UTC (rev 15350)
@@ -35,7 +35,6 @@
 dnl sinclude(auth/kerberos/config.m4)
 
 sinclude(auth/gensec/config.m4)
-sinclude(libcli/config.m4)
 sinclude(smbd/process_model.m4)
 sinclude(lib/registry/config.m4)
 sinclude(scripting/swig/config.m4)

Deleted: branches/SAMBA_4_0/source/libcli/config.m4
===================================================================
--- branches/SAMBA_4_0/source/libcli/config.m4	2006-04-30 01:32:59 UTC (rev 15349)
+++ branches/SAMBA_4_0/source/libcli/config.m4	2006-04-30 02:07:33 UTC (rev 15350)
@@ -1,8 +0,0 @@
-dnl # LIBCLI subsystem
-
-LIBCLI_RAW_LIBS=
-if test x"$with_ads_support" = x"yes"; then
-	LIBCLI_RAW_LIBS="KRB5"
-fi
-
-SMB_SUBSYSTEM(LIBCLI_RAW_KRB5, [], [${LIBCLI_RAW_LIBS}])



More information about the samba-cvs mailing list