summaryrefslogtreecommitdiff
path: root/anyrtpproxy/Makefile
diff options
context:
space:
mode:
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