Commit 166f21e3 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

dist: disable sockets proxy by default for now

Mostly because the refactoring will break lots of things here.
parent 8ada01e1
...@@ -34,10 +34,10 @@ $(bin_net_sockets): $(SOCKETS_OBJS) $(COMMON_OBJS) -lpthread ...@@ -34,10 +34,10 @@ $(bin_net_sockets): $(SOCKETS_OBJS) $(COMMON_OBJS) -lpthread
CLEAN := $(bin_net_rdma) $(bin_net_sockets) \ CLEAN := $(bin_net_rdma) $(bin_net_sockets) \
$(RDMA_OBJS) $(SOCKETS_OBJS) $(COMMON_OBJS) $(RDMA_OBJS) $(SOCKETS_OBJS) $(COMMON_OBJS)
ALL := $(bin_net_sockets)
ALL :=
ifeq ($(ENABLE_DIST),y) ifeq ($(ENABLE_DIST),y)
ALL += $(bin_net_rdma) ALL += $(bin_net_sockets) $(bin_net_rdma)
endif endif
include mk/subdir_post.mk include mk/subdir_post.mk
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment