1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r22032: Make sure static libraries end up in bin/static.

(This used to be commit 316283170a)
This commit is contained in:
James Peach 2007-04-02 17:14:43 +00:00 committed by Gerald (Jerry) Carter
parent 3e0f5d7070
commit 3d0bc0ec0a

View 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} = "";
}