]> granicus.if.org Git - curl/commitdiff
Makefile: add gopher.c file to build
authorDaniel Stenberg <daniel@haxx.se>
Wed, 25 Aug 2010 13:56:35 +0000 (15:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 25 Aug 2010 13:56:35 +0000 (15:56 +0200)
As the VC and RISCOS makefiles don't use the .inc file

lib/Makefile.riscos
lib/Makefile.vc6

index 375405ee3fad309168364e22fcc48cf88b5044ad..8c919878f08636e4f604730af0831e4ca35e8bc7 100644 (file)
@@ -3,7 +3,7 @@
 # Project objects:
 objs = o.base64 o.connect o.cookie o.dict \
        o.dllinit o.easy o.escape o.file \
-       o.formdata o.ftp o.getenv \
+       o.formdata o.ftp o.getenv o.gopher \
        o.getinfo o.getpass o.hostip \
        o.hostip4 o.hostsyn o.http \
        o.http_chunks o.inet_ntop o.inet_pton o.if2ip o.krb4 o.ldap \
@@ -84,6 +84,9 @@ o.getinfo:    c.getinfo
 o.getpass:     c.getpass
                gcc $(compileropts) -c -o getpass.o c.getpass
 
+o.gopher:      c.gopher
+               gcc $(compileropts) -c -o gopher.o c.gopher
+
 o.hmac:                c.hmac
                gcc $(compileropts) -c -o hmac.o c.hmac
 
index ffe4b562eaf333b7a294c4db2eb41fa53e5fcc9f..2e18e145b221a13471228db35b6b353b01a410d6 100644 (file)
@@ -471,6 +471,7 @@ X_OBJS= \
        $(DIROBJ)\getenv.obj \\r
        $(DIROBJ)\getinfo.obj \\r
        $(DIROBJ)\gtls.obj \\r
+       $(DIROBJ)\gopher.obj \\r
        $(DIROBJ)\hash.obj \\r
        $(DIROBJ)\hmac.obj \\r
        $(DIROBJ)\hostares.obj \\r