summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/depend.pl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/smb_build/depend.pl')
-rw-r--r--source4/build/smb_build/depend.pl2
1 files changed, 1 insertions, 1 deletions
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;
}