diff options
author | Yang Tse <yangsita@gmail.com> | 2010-04-20 21:23:53 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-04-20 21:23:53 +0200 |
commit | 32236dad5e8297fd8fd045dd74af80490d1f864e (patch) | |
tree | fb587d8dba2d24d5f0b9a5bda52e10da45793226 /lib/Makefile.vc6 | |
parent | b30ce34d8434e2101087f5929aa8a24fd3efe609 (diff) | |
download | curl-32236dad5e8297fd8fd045dd74af80490d1f864e.tar.gz |
hmac.c related compilation adjustment
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r-- | lib/Makefile.vc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 3773dcc8a..844cc9c4a 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -463,6 +463,7 @@ X_OBJS= \ $(DIROBJ)\getinfo.obj \
$(DIROBJ)\gtls.obj \
$(DIROBJ)\hash.obj \
+ $(DIROBJ)\hmac.obj \
$(DIROBJ)\hostares.obj \
$(DIROBJ)\hostasyn.obj \
$(DIROBJ)\hostip.obj \
@@ -517,7 +518,6 @@ X_OBJS= \ $(DIROBJ)\url.obj \
$(DIROBJ)\version.obj \
$(DIROBJ)\warnless.obj \
- $(DIROBJ)\hmac.obj \
$(RESOURCE)
all : $(TARGET)
|