]> git.sur5r.net Git - openldap/commitdiff
ITS#4830 patch from HEAD
authorHoward Chu <hyc@openldap.org>
Wed, 14 Feb 2007 16:59:43 +0000 (16:59 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 14 Feb 2007 16:59:43 +0000 (16:59 +0000)
servers/slapd/Makefile.in

index defb7f1d19d621f8686e52256c5ac130c19651b6..472d0d201a4c5a5de7d0bbfc227b449d571a3c53 100644 (file)
@@ -72,9 +72,9 @@ SLAPI_LIBS=@LIBSLAPI@ @SLAPI_LIBS@
 XDEFS = $(MODULES_CPPFLAGS)
 XLDFLAGS = $(MODULES_LDFLAGS)
 
-XLIBS = $(SLAPD_STATIC_DEPENDS) $(SLAPD_L)
+XLIBS = $(SLAPD_STATIC_DEPENDS) $(SLAPD_L) $(MODULES_LIBS) 
 XXLIBS = $(SLAPD_LIBS) $(SECURITY_LIBS) $(LUTIL_LIBS)
-XXXLIBS = $(LTHREAD_LIBS) $(SLAPI_LIBS) $(MODULES_LIBS)
+XXXLIBS = $(LTHREAD_LIBS) $(SLAPI_LIBS)
 
 BUILD_OPT = "--enable-slapd"
 BUILD_SRV = @BUILD_SLAPD@