~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to lib/makefile.amiga

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        ldap.c llist.c md5.c memdebug.c mprintf.c multi.c netrc.c parsedate.c \
18
18
        progress.c security.c select.c sendf.c share.c speedcheck.c ssluse.c  \
19
19
        strequal.c strtok.c telnet.c timeval.c transfer.c url.c version.c \
20
 
        sslgen.c gtls.c strerror.c
 
20
        sslgen.c gtls.c strerror.c rawstr.c curl_addrinfo.c
21
21
 
22
22
all:    $(OBJS:.c=.o)
23
23
        ar cru libcurl.a $(OBJS:.c=.o)