summaryrefslogtreecommitdiff
path: root/anyrtpproxy/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-03-13 13:59:50 +0000
committerChristian Pointner <equinox@anytun.org>2008-03-13 13:59:50 +0000
commit1001e35e17dc09c3b7206479627b1ca9619891ec (patch)
tree339fea8154126abe7f0c1878f38f003a366520fc /anyrtpproxy/Makefile
parentadded syncrtpcommand (diff)
added commandhandler
commandhandler supports Version Commands
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 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