@cryptotaxi247 / kubo / commits / 14090d4a1

moved pollEndpoint to thirdparty/

Henry committed Mar 4, 2015 at 16:25 UTC 14090d4a11ef4f194dd8179ebc97c764a1724165
2 files changed +1 -1
test/Makefile
+1 -1
@@ -4,7 +4,7 @@ IPFS_ROOT = ../
4 IPFS_CMD = ../cmd/ipfs
5 RANDOM_SRC = ../Godeps/_workspace/src/github.com/jbenet/go-random
6 MULTIHASH_SRC = ../Godeps/_workspace/src/github.com/jbenet/go-multihash
7 -POLLENDPOINT_SRC= ../cmd/pollEndpoint
7 +POLLENDPOINT_SRC= ../thirdparty/pollEndpoint
8
9 all: deps
10
thirdparty/pollEndpoint/main.go renamed