From 1001e35e17dc09c3b7206479627b1ca9619891ec Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 13 Mar 2008 13:59:50 +0000 Subject: added commandhandler commandhandler supports Version Commands --- anyrtpproxy/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'anyrtpproxy/Makefile') diff --git a/anyrtpproxy/Makefile b/anyrtpproxy/Makefile index 6f13a90..6b0e4a1 100644 --- a/anyrtpproxy/Makefile +++ b/anyrtpproxy/Makefile @@ -32,6 +32,7 @@ OBJS = anyrtpproxy.o \ ../networkAddress.o \ ../networkPrefix.o \ ../Sockets/libSockets.a \ + commandHandler.o \ options.o EXECUTABLE = anyrtpproxy @@ -47,6 +48,9 @@ options.o: options.cpp options.h connectionList.o: connectionList.cpp connectionList.h $(C++) $(CCFLAGS) $< -c +commandHandler.o: commandHandler.cpp commandHandler.h + $(C++) $(CCFLAGS) $< -c + anyrtpproxy.o: anyrtpproxy.cpp $(C++) $(CCFLAGS) $< -c -- cgit v1.2.3