summaryrefslogtreecommitdiff
path: root/make-linux.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-07-31 20:13:29 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-07-31 20:13:29 -0400
commitdf0a8e845086fe4cb097d8ce2618764e0258bbc1 (patch)
tree244f87f7e1aab04a5325272e6730749a818077c0 /make-linux.mk
parent526435859ffea68903371916bc42b6f60d201eab (diff)
downloadinfinitytier-df0a8e845086fe4cb097d8ce2618764e0258bbc1.tar.gz
infinitytier-df0a8e845086fe4cb097d8ce2618764e0258bbc1.zip
Linux routing table now works.
Diffstat (limited to 'make-linux.mk')
-rw-r--r--make-linux.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/make-linux.mk b/make-linux.mk
index 3fe4480c..c2678cf1 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -42,6 +42,8 @@ STRIP=strip --strip-all
CXXFLAGS=$(CFLAGS) -fno-rtti
+OBJS+=osnet/LinuxRoutingTable.o
+
include objects.mk
all: one