mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
r15350: Remove empty subsystem, don't install .a files of subsystems
(This used to be commit 087188cfc4a38d92b13fc8e58e1f408306442055)
This commit is contained in:
parent
f4e403440a
commit
30e8599538
@ -325,7 +325,7 @@ sub StaticLibrary($$)
|
||||
|
||||
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");
|
||||
|
@ -35,7 +35,6 @@ dnl disabled until we support external heimdal again
|
||||
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)
|
||||
|
@ -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}])
|
Loading…
x
Reference in New Issue
Block a user