summaryrefslogtreecommitdiff
path: root/objects.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <[email protected]>2016-06-01 21:55:48 -0700
committerAdam Ierymenko <[email protected]>2016-06-01 21:55:48 -0700
commitfd81a7fe637a1499eec443364cd6566c0c4265e3 (patch)
treeea599a2bbc8cba3168b238f0a5bb21f2683b4ef3 /objects.mk
parent65b7893a8a1bffa454376d851e4a43a4cd9b8519 (diff)
On Linux auto-detect presence of http-parser and lz4 and link against system libs instead of ext/ builtins (for RPM and DEB packaging effort)
Diffstat (limited to 'objects.mk')
-rw-r--r--objects.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/objects.mk b/objects.mk
index d11e2812..a281c97e 100644
--- a/objects.mk
+++ b/objects.mk
@@ -1,7 +1,4 @@
OBJS=\
- ext/lz4/lz4.o \
- ext/json-parser/json.o \
- ext/http-parser/http_parser.o \
node/C25519.o \
node/CertificateOfMembership.o \
node/Cluster.o \