aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-08-25 15:56:35 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-08-25 15:56:35 +0200
commit29439acfebbcbe9d551fa8855dcd341e4b4cfe38 (patch)
tree8f2dd024ea21fc0f177041f25d1b346b6ffd7b47 /lib/Makefile.vc6
parenta049528e942b466bbac65f2adfa0078ef1ca51e7 (diff)
Makefile: add gopher.c file to build
As the VC and RISCOS makefiles don't use the .inc file
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc61
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index ffe4b562e..2e18e145b 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -471,6 +471,7 @@ X_OBJS= \
$(DIROBJ)\getenv.obj \
$(DIROBJ)\getinfo.obj \
$(DIROBJ)\gtls.obj \
+ $(DIROBJ)\gopher.obj \
$(DIROBJ)\hash.obj \
$(DIROBJ)\hmac.obj \
$(DIROBJ)\hostares.obj \