1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-18 17:57:55 +03:00

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

This commit is contained in:
James Peach 2007-04-02 17:14:43 +00:00 committed by Gerald (Jerry) Carter
parent af87c22ecf
commit 316283170a

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