X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2FMakefile.in;h=03b0f38bc90a4ea4a87566bd212466aaf7699fa8;hb=7684514535dbe9f407b420bab76f06861ad7587d;hp=e6dc34ed9054aacb4e7dc88176edf4646ba57c15;hpb=8ac8d70a55fa6448d471f813219bc0ff870d57e8;p=openldap diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index e6dc34ed90..03b0f38bc9 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -103,7 +103,7 @@ SLAPD_OBJECTS = $(@PLAT@_SLAPD_OBJECTS) # we want to export EVERY global symbol that it knows about (NOT including # symbols that are imported from other DLLs). The set of symbols to # export INCLUDES symbols from all static libraries that slapd gets -# linked with, e.g. avl, ldbm, lunicode, lutil, etc. This list +# linked with, e.g. avl, lunicode, lutil, etc. This list # will also include liblber and libldap_r if they were built as static # libraries. ALSO included will be symbols from other STATIC libraries # outside the domain of the OpenLDAP source tree, e.g. regex, ltdl,