aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.Watcom
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-01-21 22:03:26 +0000
committerDan Fandrich <dan@coneharvesters.com>2010-01-21 22:03:26 +0000
commit5af20c70e4ae23437378d92e162d3377d9666b1f (patch)
treed5bf52d6b647e8268692b1f3e62b65a17c08bb2a /lib/Makefile.Watcom
parentbd7430c1eec70f0a0ffd7296a21396ea45d92359 (diff)
Added rtsp.c to the non-configure target build files
Diffstat (limited to 'lib/Makefile.Watcom')
-rw-r--r--lib/Makefile.Watcom3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom
index b958e7da1..08507d0ec 100644
--- a/lib/Makefile.Watcom
+++ b/lib/Makefile.Watcom
@@ -74,7 +74,8 @@ OBJS = $(OBJ_DIR)\base64.obj $(OBJ_DIR)\connect.obj &
$(OBJ_DIR)\slist.obj $(OBJ_DIR)\nonblock.obj &
$(OBJ_DIR)\curl_rand.obj $(OBJ_DIR)\curl_memrchr.obj &
$(OBJ_DIR)\imap.obj $(OBJ_DIR)\pop3.obj &
- $(OBJ_DIR)\smtp.obj $(OBJ_DIR)\pingpong.obj
+ $(OBJ_DIR)\smtp.obj $(OBJ_DIR)\pingpong.obj &
+ $(OBJ_DIR)\rtsp.obj
#
# Use $(OBJS) as a template to generate $(OBJS_STAT) and $(OBJS_DYN).