fixed to build after the GnuTLS fixes

This commit is contained in:
Daniel Stenberg
2005-04-07 20:36:48 +00:00
parent 893cbaaf2f
commit 2a045dfceb

View File

@@ -428,6 +428,7 @@ X_OBJS= \
$(DIROBJ)\telnet.obj \ $(DIROBJ)\telnet.obj \
$(DIROBJ)\parsedate.obj \ $(DIROBJ)\parsedate.obj \
$(DIROBJ)\getenv.obj \ $(DIROBJ)\getenv.obj \
$(DIROBJ)\gtls.obj \
$(DIROBJ)\inet_pton.obj \ $(DIROBJ)\inet_pton.obj \
$(DIROBJ)\hostip.obj \ $(DIROBJ)\hostip.obj \
$(DIROBJ)\hostasyn.obj \ $(DIROBJ)\hostasyn.obj \
@@ -443,6 +444,7 @@ X_OBJS= \
$(DIROBJ)\progress.obj \ $(DIROBJ)\progress.obj \
$(DIROBJ)\sendf.obj \ $(DIROBJ)\sendf.obj \
$(DIROBJ)\speedcheck.obj \ $(DIROBJ)\speedcheck.obj \
$(DIROBJ)\sslgen.obj \
$(DIROBJ)\ssluse.obj \ $(DIROBJ)\ssluse.obj \
$(DIROBJ)\timeval.obj \ $(DIROBJ)\timeval.obj \
$(DIROBJ)\url.obj \ $(DIROBJ)\url.obj \