VC Makefiles: add missing hostcheck
authorDaniel Stenberg <daniel@haxx.se>
Wed, 21 Nov 2012 15:17:45 +0000 (16:17 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Nov 2012 15:18:57 +0000 (16:18 +0100)
the newly introduced hostcheck.h/c is missing in the Visual Studio
Makefiles as obj file.

Bug: http://curl.haxx.se/mail/lib-2012-11/0176.html

lib/Makefile.vc6

index 4f8fa67eaf6fe627b21dda47ed26e4b406886355..5a750ad436f96a222e7a3a7d3c25eb0a566972f9 100644 (file)
@@ -531,6 +531,7 @@ X_OBJS= \
        $(DIROBJ)\hash.obj \\r
        $(DIROBJ)\hmac.obj \\r
        $(DIROBJ)\hostasyn.obj \\r
+       $(DIROBJ)\hostcheck.obj \\r
        $(DIROBJ)\hostip.obj \\r
        $(DIROBJ)\hostip4.obj \\r
        $(DIROBJ)\hostip6.obj \\r