diff options
author | Christian Pointner <equinox@anytun.org> | 2008-03-13 17:32:00 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-03-13 17:32:00 +0000 |
commit | ce8ae5556b90de67f23ddb974da76bee3e43b6fd (patch) | |
tree | 8d0c3582abadc4fe181336edf40a03b251dd424f /Makefile | |
parent | renamed cpp files (diff) |
anyrtpproxy can handled most commands
TODO: start threads for relaying
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ ANYCTROBJS = log.o \ rtpSessionTable.o \ rtpSession.o \ syncRtpCommand.o \ + PracticalSocket.o \ anyctrOptions.o \ router.o \ routingTable.o \ |