diff options
author | Christian Pointner <equinox@anytun.org> | 2008-03-17 18:48:16 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-03-17 18:48:16 +0000 |
commit | dc3e77c4284b84b71ddabf1a813b18224b775217 (patch) | |
tree | 18703ca611ac1ba8719219d11fae5e6c434c23f7 /Makefile | |
parent | first working version (diff) |
finally added callIdQueue (sorry)
threads get started @ sync now
TODO: cleanup threads and session on daed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 \ |