From 8efe1bd45ddab5e60c756c9c11506dfe469e8563 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 14 Mar 2008 19:33:40 +0000 Subject: first working version --- anyrtpproxy/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'anyrtpproxy/Makefile') 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 -- cgit v1.2.3