aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.amiga
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-10-27 20:20:22 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-10-27 20:20:22 +0000
commitfd6e025d61412090b5117ed5a7a3d645128d3f2f (patch)
tree081764801c24614ac8b9bf36345c8f6da788da04 /src/makefile.amiga
parent9230708e47d167d2e52564dd53ecfbd8cdafcceb (diff)
Added rawstr.c to some more non-configure curl makefiles
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 f5762fc35..2608744e0 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
+OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c ../lib/rawstr.c
all: hugehelp.c $(OBJS:.c=.o)