diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-20 21:44:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:58:58 -0500 |
commit | bb1909e15e7a9f3cd79da2ce8b8ef90f1a557376 (patch) | |
tree | 4de860f4c78c2c5b590468b27274e8e563b18d00 /source4/build | |
parent | d0c7651a7d4a2fb3bd2531f4c37cdfd8c7af0fed (diff) | |
download | samba-bb1909e15e7a9f3cd79da2ce8b8ef90f1a557376.tar.gz samba-bb1909e15e7a9f3cd79da2ce8b8ef90f1a557376.tar.bz2 samba-bb1909e15e7a9f3cd79da2ce8b8ef90f1a557376.zip |
r14592: Add support for loading shared modules to LDB.
(This used to be commit f10fae23f0685b2d9c6174596e1c66d799f02c52)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/TODO | 1 | ||||
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/source4/build/smb_build/TODO b/source4/build/smb_build/TODO index 73e296c578..de6a1a101d 100644 --- a/source4/build/smb_build/TODO +++ b/source4/build/smb_build/TODO @@ -3,7 +3,6 @@ libcli_cldap.so.0.0.1 (rename to libcldap?) libcli_nbt.so.0.0.1 (rename to libnbt?) libcli_wrepl.so.0.0.1 (rename to libwrepl?) -- plugin loading support in ldb - generate headermap.txt set of test scripts that check the code: diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index a6d6d2b741..3d7412f5f3 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -441,7 +441,7 @@ sub PkgConfig($$) "", "$ctx->{VERSION}", $ctx->{DESCRIPTION}, - 1 + defined($ctx->{INIT_FUNCTIONS}) ); } |