aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.amiga
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-07-15 21:49:47 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-07-15 21:49:47 +0000
commitb74b5e0602b26e8eec004b09d455b2ff0dbaffa1 (patch)
tree96ee82815d3dd12297226e3da8e93efa7766f54b /src/makefile.amiga
parentb4dcbbfabdbd457b181890991810c2ea6b10024f (diff)
Added nonblock.c to the non-automake makefiles (note that the dependencies
in the Watcom makefiles aren't quite correct).
Diffstat (limited to 'src/makefile.amiga')
-rw-r--r--src/makefile.amiga2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.amiga b/src/makefile.amiga
index c2371a6cc..a242950f5 100644
--- a/src/makefile.amiga
+++ b/src/makefile.amiga
@@ -14,7 +14,7 @@ MANPAGE = ../docs/curl.1
README = ../docs/MANUAL
MKHELP = ../src/mkhelp.pl
-OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c os-specific.c ../lib/rawstr.c
+OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c os-specific.c ../lib/rawstr.c ../lib/nonblock.c
all: hugehelp.c $(OBJS:.c=.o)