summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-12-22 18:51:03 +0000
committerChristian Pointner <equinox@anytun.org>2008-12-22 18:51:03 +0000
commit1c16c9dd9fca28260793f8b89b5fe484e541715d (patch)
tree8d95f7780fb0436264695bd6f7034d8df1514224 /src/Makefile
parentcompiler waring fix (diff)
cleaned up routingTree structure
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index adbf1ea..75b65d8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -205,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 routingTreeWalker.hpp
+routingTable.o: routingTable.cpp routingTable.h routingTree.hpp
$(CXX) $(CXXFLAGS) $< -c
syncCommand.o: syncCommand.cpp syncCommand.h