summaryrefslogtreecommitdiff
path: root/src/anyrtpproxy/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2009-01-12 20:53:14 +0000
committerOthmar Gsenger <otti@anytun.org>2009-01-12 20:53:14 +0000
commit43424d46fbb74958cd5fc358d57c757b53436585 (patch)
treef0b0f1199c0946bca98ed3373191a5a991bd2229 /src/anyrtpproxy/Makefile
parentclean up Makefile (diff)
moved rtp stuff to anyrtpproxy and removed it from anytun
Diffstat (limited to 'src/anyrtpproxy/Makefile')
-rw-r--r--src/anyrtpproxy/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/src/anyrtpproxy/Makefile b/src/anyrtpproxy/Makefile
index 90b4645..40ca273 100644
--- a/src/anyrtpproxy/Makefile
+++ b/src/anyrtpproxy/Makefile
@@ -39,23 +39,14 @@ OBJS = anyrtpproxy.o \
../signalController.o \
../log.o \
../buffer.o \
- ../rtpSessionTable.o \
- ../rtpSession.o \
+ rtpSessionTable.o \
+ rtpSession.o \
connectionList.o \
../syncServer.o \
../syncClient.o \
../syncTcpConnection.o \
../syncQueue.o \
- ../seqWindow.o \
- ../connectionParam.o \
- ../routingTable.o \
- ../syncBuffer.o \
- ../syncCommand.o \
- ../syncRouteCommand.o \
- ../syncRtpCommand.o \
- ../syncConnectionCommand.o \
- ../networkAddress.o \
- ../networkPrefix.o \
+ syncRtpCommand.o \
commandHandler.o \
portWindow.o \
callIdQueue.o \