r22032: Make sure static libraries end up in bin/static.
authorJames Peach <jpeach@samba.org>
Mon, 2 Apr 2007 17:14:43 +0000 (17:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:43 +0000 (14:49 -0500)
(This used to be commit 316283170a411bf751d1bf155f119d1ac0e7d27f)

source4/build/smb_build/output.pm

index e90a7fb2a29859a39ea027afe7dabdf240eaf245..b7fd53e64530474377451270b635f5eafdb8a5f7 100644 (file)
@@ -90,6 +90,7 @@ sub generate_static_library($)
 
        if (defined($lib->{OBJ_FILES})) {
                $lib->{TARGET_STATIC_LIBRARY} = "bin/static/$lib->{LIBRARY_NAME}";
+               $lib->{STATICDIR} = 'bin/static';
        } else {
                $lib->{TARGET_STATIC_LIBRARY} = "";
        }