diff options
Diffstat (limited to 'anyrtpproxy/Makefile')
-rw-r--r-- | anyrtpproxy/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/anyrtpproxy/Makefile b/anyrtpproxy/Makefile index 7e3475f..948a4c8 100644 --- a/anyrtpproxy/Makefile +++ b/anyrtpproxy/Makefile @@ -33,6 +33,7 @@ OBJS = anyrtpproxy.o \ ../networkPrefix.o \ ../Sockets/libSockets.a \ commandHandler.o \ + portWindow.o \ callIdQueue.o \ options.o @@ -46,6 +47,9 @@ anyrtpproxy: $(OBJS) options.o: options.cpp options.h $(C++) $(CCFLAGS) $< -c +portWindow.o: portWindow.cpp portWindow.h + $(C++) $(CCFLAGS) $< -c + connectionList.o: connectionList.cpp connectionList.h $(C++) $(CCFLAGS) $< -c |