]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
as Pascal Gaudette pointed out, the ldap files were missing
authorDaniel Stenberg <daniel@haxx.se>
Thu, 16 Mar 2000 11:35:48 +0000 (11:35 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 Mar 2000 11:35:48 +0000 (11:35 +0000)
lib/Makefile.vc6

index e7db08e5652a339f8e16e45fc5c04388309e168b..4d91a1c65e383075fff17dc86382593c4c85a21d 100644 (file)
@@ -53,7 +53,8 @@ RELEASE_OBJS= \
        uploadr.obj \\r
        urlr.obj \\r
        filer.obj \\r
-       versionr.obj\r
+       versionr.obj \\r
+       ldapr.obj\r
 \r
 DEBUG_OBJS= \\r
        base64d.obj \\r
@@ -199,6 +200,8 @@ filer.obj: file.c
        $(CCR) $(CFLAGS) file.c\r
 versionr.obj: version.c\r
        $(CCR) $(CFLAGS) version.c\r
+ldapr.obj: ldap.c\r
+       $(CCR) $(CFLAGS) ldap.c\r
 \r
 ## Debug\r
 base64d.obj: base64.c\r