From dc3e77c4284b84b71ddabf1a813b18224b775217 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 17 Mar 2008 18:48:16 +0000 Subject: finally added callIdQueue (sorry) threads get started @ sync now TODO: cleanup threads and session on daed --- Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 28216cd..c91c3be 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,7 @@ OBJS = tunDevice.o \ keyDerivation.o \ rtpSessionTable.o \ rtpSession.o \ + anyrtpproxy/callIdQueue.o \ mpi.o \ cipherFactory.o \ authAlgoFactory.o \ @@ -97,10 +98,11 @@ ANYCTROBJS = log.o \ signalController.o \ connectionList.o \ connectionParam.o \ - rtpSessionTable.o \ - rtpSession.o \ - syncRtpCommand.o \ - PracticalSocket.o \ + rtpSessionTable.o \ + rtpSession.o \ + anyrtpproxy/callIdQueue.o \ + syncRtpCommand.o \ + PracticalSocket.o \ anyctrOptions.o \ router.o \ routingTable.o \ -- cgit v1.2.3