summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7cd8d5b..a2a14a1 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,7 @@ OBJS = anytun.o \
connectionList.o \
connectionParam.o \
networkAddress.o \
+ networkPrefix.o \
PracticalSocket.o \
router.o \
routingTable.o \
@@ -169,6 +170,9 @@ connectionList.o: connectionList.cpp connectionList.h
connectionParam.o: connectionParam.cpp connectionParam.h
$(C++) $(CCFLAGS) $< -c
+networkPrefix.o: networkPrefix.cpp networkPrefix.h
+ $(C++) $(CCFLAGS) $< -c
+
networkAddress.o: networkAddress.cpp networkAddress.h
$(C++) $(CCFLAGS) $< -c