summaryrefslogtreecommitdiff
path: root/anyrtpproxy/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-03-17 19:51:49 +0000
committerOthmar Gsenger <otti@anytun.org>2008-03-17 19:51:49 +0000
commit45c4d68df26b5a509d8ce7b0783aacda7afe0ca5 (patch)
tree5afd8d5a56046ed10886b26c4200e9f250e28c28 /anyrtpproxy/Makefile
parentfinally added callIdQueue (sorry) (diff)
added port window and port range options
Diffstat (limited to 'anyrtpproxy/Makefile')
-rw-r--r--anyrtpproxy/Makefile4
1 files changed, 4 insertions, 0 deletions
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