From 45c4d68df26b5a509d8ce7b0783aacda7afe0ca5 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Mon, 17 Mar 2008 19:51:49 +0000 Subject: added port window and port range options --- anyrtpproxy/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'anyrtpproxy/Makefile') diff --git a/anyrtpproxy/Makefile b/anyrtpproxy/Makefile index 7e3475f..948a4c8 100644 --- a/anyrtpproxy/Makefile +++ b/anyrtpproxy/Makefile @@ -33,6 +33,7 @@ OBJS = anyrtpproxy.o \ ../networkPrefix.o \ ../Sockets/libSockets.a \ commandHandler.o \ + portWindow.o \ callIdQueue.o \ options.o @@ -46,6 +47,9 @@ anyrtpproxy: $(OBJS) options.o: options.cpp options.h $(C++) $(CCFLAGS) $< -c +portWindow.o: portWindow.cpp portWindow.h + $(C++) $(CCFLAGS) $< -c + connectionList.o: connectionList.cpp connectionList.h $(C++) $(CCFLAGS) $< -c -- cgit v1.2.3