summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-22 01:38:19 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-22 01:38:19 +0000
commitdd37bc54dae219e4d1975f014ec36c221ec4db20 (patch)
tree38e7f427b0ae736841f4193935e39aae500a16dd /src/Makefile
parentadded route option to anytun (diff)
new routing system
supports ipv4 and ipv6 routing with subnetting
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index dda6f0d..adbf1ea 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -75,6 +75,7 @@ OBJS = tunDevice.o \
syncConnectionCommand.o \
rtpSessionTable.o \
rtpSession.o \
+ routingTreeNode.o \
anyrtpproxy/callIdQueue.o
SYNCOBJS= syncServer.o \
@@ -98,6 +99,7 @@ ANYCONFOBJS = log.o \
connectionParam.o \
rtpSessionTable.o \
rtpSession.o \
+ routingTreeNode.o \
anyrtpproxy/callIdQueue.o \
syncRtpCommand.o \
anyConfOptions.o \
@@ -164,6 +166,9 @@ rtpSessionTable.o: rtpSessionTable.cpp rtpSessionTable.h
rtpSession.o: rtpSession.cpp rtpSession.h
$(CXX) $(CXXFLAGS) $< -c
+routingTreeNode.o: routingTreeNode.cpp routingTreeNode.h
+ $(CXX) $(CXXFLAGS) $< -c
+
plainPacket.o: plainPacket.cpp plainPacket.h buffer.h
$(CXX) $(CXXFLAGS) $< -c
@@ -200,7 +205,7 @@ authAlgoFactory.o: authAlgoFactory.cpp authAlgoFactory.h authAlgo.h
keyDerivationFactory.o: keyDerivationFactory.cpp keyDerivationFactory.h keyDerivation.h
$(CXX) $(CXXFLAGS) $< -c
-routingTable.o: routingTable.cpp routingTable.h
+routingTable.o: routingTable.cpp routingTable.h routingTreeWalker.hpp
$(CXX) $(CXXFLAGS) $< -c
syncCommand.o: syncCommand.cpp syncCommand.h