summaryrefslogtreecommitdiff
path: root/objects.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-16 14:13:44 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-16 14:13:44 -0700
commit53cbe485f07c5b374064f2c6c2ab9b3bdd10ea09 (patch)
treed21fbd179b9704a9620703183d912607a9bd62ac /objects.mk
parent6c29e966dd2a9f4ecd6f48b70e226bea05867b90 (diff)
downloadinfinitytier-53cbe485f07c5b374064f2c6c2ab9b3bdd10ea09.tar.gz
infinitytier-53cbe485f07c5b374064f2c6c2ab9b3bdd10ea09.zip
Some cleanup, and bite the bullet and go ahead and write a simple Http client. Need a cross-platform built-in one to do cli right.
Diffstat (limited to 'objects.mk')
-rw-r--r--objects.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/objects.mk b/objects.mk
index cf7b256a..da7086f4 100644
--- a/objects.mk
+++ b/objects.mk
@@ -23,6 +23,7 @@ OBJS=\
node/Switch.o \
node/Topology.o \
node/Utils.o \
+ osdep/Http.o \
osdep/OSUtils.o \
service/ControlPlane.o \
service/OneService.o