From d5ba19d0088f65e308443a32dd39c11d6ba8983d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 13 May 2004 16:15:46 +0000 Subject: r690: - ignore source/tags - add support for shared libraries - enable libldb shared lib when --enable-experimental metze (This used to be commit dcef69dc54a2575e7f57d67d1983482b4ff57bdb) --- source4/build/smb_build/depend.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build/smb_build/depend.pl') diff --git a/source4/build/smb_build/depend.pl b/source4/build/smb_build/depend.pl index 23525c0f62..a5a95eb547 100644 --- a/source4/build/smb_build/depend.pl +++ b/source4/build/smb_build/depend.pl @@ -353,7 +353,7 @@ sub _do_depend_libraries($) # # if it's not a library skip it # - if ($CTX->{INPUT}{LIBRARIES}{$key}{BUILD} ne "SHARED" ) { + if ($CTX->{INPUT}{LIBRARIES}{$key}{ENABLE} ne "YES" ) { next; } -- cgit