summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 16a20b6..ae4993f 100644
--- a/Makefile
+++ b/Makefile
@@ -111,6 +111,18 @@ options.o: options.cpp options.h
seqWindow.o: seqWindow.cpp seqWindow.h
$(C++) $(CCFLAGS) $< -c
+connectionList.o: connectionList.cpp connectionList.h
+ $(C++) $(CCFLAGS) $< -c
+
+connectionParam.o: connectionParam.cpp connectionParam.h
+ $(C++) $(CCFLAGS) $< -c
+
+networkAddress.o: networkAddress.cpp networkAddress.h
+ $(C++) $(CCFLAGS) $< -c
+
+router.o: router.cpp router.h
+ $(C++) $(CCFLAGS) $< -c
+
anytun.o: anytun.cpp
$(C++) $(CCFLAGS) $< -c