summaryrefslogtreecommitdiff
path: root/anyrtpproxy/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-03-14 19:33:40 +0000
committerChristian Pointner <equinox@anytun.org>2008-03-14 19:33:40 +0000
commit8efe1bd45ddab5e60c756c9c11506dfe469e8563 (patch)
treecfb528473cecfda49edadcead130eae46cfce930 /anyrtpproxy/Makefile
parentdirty rtp port hack (diff)
first working version
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 6b0e4a1..7e3475f 100644
--- a/anyrtpproxy/Makefile
+++ b/anyrtpproxy/Makefile
@@ -33,6 +33,7 @@ OBJS = anyrtpproxy.o \
../networkPrefix.o \
../Sockets/libSockets.a \
commandHandler.o \
+ callIdQueue.o \
options.o
EXECUTABLE = anyrtpproxy
@@ -51,6 +52,9 @@ connectionList.o: connectionList.cpp connectionList.h
commandHandler.o: commandHandler.cpp commandHandler.h
$(C++) $(CCFLAGS) $< -c
+callIdQueue.o: callIdQueue.cpp callIdQueue.h
+ $(C++) $(CCFLAGS) $< -c
+
anyrtpproxy.o: anyrtpproxy.cpp
$(C++) $(CCFLAGS) $< -c