]> git.sur5r.net Git - openldap/commitdiff
Fix static mingw dependency
authorHoward Chu <hyc@openldap.org>
Thu, 15 Jan 2004 07:25:35 +0000 (07:25 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 15 Jan 2004 07:25:35 +0000 (07:25 +0000)
servers/slapd/Makefile.in

index abcb9a8c0ce268627992548c4d5abea45c417233..6a503c3f6d1875a3282d08a6b6556a22cbbea7e5 100644 (file)
@@ -145,7 +145,7 @@ SLAPD_OBJECTS = $(@PLAT@_SLAPD_OBJECTS)
 # Thus, we do the best we can by depending on version.o, which depends
 # on its own very long list of dependencies.
 #
-slapd.def: libbackends.a version.o
+slapd.def: libbackends.a liboverlays.a version.o
        @for i in $(LDFLAGS) ; do \
            path=`expr "$$i" : "-L\(.*\)"`; \
            if test $$? != 0; then continue; fi; \