Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
[bbaumbach/samba-autobuild/.git] / source4 / build / smb_build / makefile.pm
index 1f66fabf726fac5d5732a9b9cbae1bebedf67d40..c56fdbf8cca6f13d8dd235b5ecbf3b5374b0d60b 100644 (file)
@@ -139,6 +139,14 @@ sub SharedModule($$)
        }
 }
 
+sub StaticLibraryPrimitives($$)
+{
+       my ($self,$ctx) = @_;
+       $self->output("$ctx->{NAME}_OUTPUT = $ctx->{OUTPUT}\n");
+       $self->_prepare_list($ctx, "FULL_OBJ_LIST");
+}
+
 sub SharedLibraryPrimitives($$)
 {
        my ($self,$ctx) = @_;