From 43424d46fbb74958cd5fc358d57c757b53436585 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Mon, 12 Jan 2009 20:53:14 +0000 Subject: moved rtp stuff to anyrtpproxy and removed it from anytun --- src/anyrtpproxy/Makefile | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'src/anyrtpproxy/Makefile') 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 \ -- cgit v1.2.3