summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/depend.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-13 16:15:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:42 -0500
commitd5ba19d0088f65e308443a32dd39c11d6ba8983d (patch)
tree9bc4462909f0cfd73d572c801115a357ad859aa2 /source4/build/smb_build/depend.pl
parent3f564db67d9ffca599b1885ad2c6379830cd0aaf (diff)
downloadsamba-d5ba19d0088f65e308443a32dd39c11d6ba8983d.tar.gz
samba-d5ba19d0088f65e308443a32dd39c11d6ba8983d.tar.bz2
samba-d5ba19d0088f65e308443a32dd39c11d6ba8983d.zip
r690: - ignore source/tags
- add support for shared libraries - enable libldb shared lib when --enable-experimental metze (This used to be commit dcef69dc54a2575e7f57d67d1983482b4ff57bdb)
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;
}