summaryrefslogtreecommitdiff
path: root/objects.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-27 13:54:59 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-27 13:54:59 -0400
commite6e825da706f6a59e597aac7ab65b846ea3a7fd4 (patch)
treee55018b0c5dbcc7a84d2942ec2a10bca3a269e99 /objects.mk
parent917b95a1d688904ed0ca34b96fafc0849867d9fb (diff)
downloadinfinitytier-e6e825da706f6a59e597aac7ab65b846ea3a7fd4.tar.gz
infinitytier-e6e825da706f6a59e597aac7ab65b846ea3a7fd4.zip
Get rid of built-in HTTP. If we do HTTP it will probably be via libcurl to support HTTPS and chunking and other complexities.
Diffstat (limited to 'objects.mk')
-rw-r--r--objects.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/objects.mk b/objects.mk
index f5b88719..07806039 100644
--- a/objects.mk
+++ b/objects.mk
@@ -1,5 +1,4 @@
OBJS=\
- ext/http-parser/http_parser.o \
ext/huffandpuff/huffman.o \
ext/kissdb/kissdb.o \
ext/lz4/lz4hc.o \
@@ -10,7 +9,6 @@ OBJS=\
node/EthernetTap.o \
node/Filter.o \
node/HMAC.o \
- node/Http.o \
node/Identity.o \
node/InetAddress.o \
node/Logger.o \