From 8044cfeecbc64353e4ef2a23f9154e6874ee3f2f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 2 Jul 2017 02:17:27 +0200 Subject: move tlsconfig to seperate package --- src/daq/s5proxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/daq/s5proxy/Makefile') diff --git a/src/daq/s5proxy/Makefile b/src/daq/s5proxy/Makefile index 091717f..0ef74f0 100644 --- a/src/daq/s5proxy/Makefile +++ b/src/daq/s5proxy/Makefile @@ -38,8 +38,8 @@ endif EXECUTEABLE := s5proxy -LIBS := "github.com/soheilhy/cmux" - +LIBS := "github.com/spreadspace/tlsconfig" \ + "github.com/soheilhy/cmux" .PHONY: getlibs updatelibs vet format build clean distclean all: build -- cgit v1.2.3