summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-30 02:07:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:24 -0500
commit30e8599538a44de87e4603d3c6ea1798a2df8d39 (patch)
tree46c1985fd239771b0133a266f3fcde1738c26b7f /source4/build
parentf4e403440a08f5da3328bbbe5601967bf8705137 (diff)
downloadsamba-30e8599538a44de87e4603d3c6ea1798a2df8d39.tar.gz
samba-30e8599538a44de87e4603d3c6ea1798a2df8d39.tar.bz2
samba-30e8599538a44de87e4603d3c6ea1798a2df8d39.zip
r15350: Remove empty subsystem, don't install .a files of subsystems
(This used to be commit 087188cfc4a38d92b13fc8e58e1f408306442055)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/makefile.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 8313044bc9..b422cbc307 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -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");