From 14090d4a11ef4f194dd8179ebc97c764a1724165 Mon Sep 17 00:00:00 2001
From: Henry <cryptix@riseup.net>
Date: Wed, 4 Mar 2015 16:25:41 +0100
Subject: [PATCH] moved pollEndpoint to thirdparty/

---
 test/Makefile                            | 2 +-
 {cmd => thirdparty}/pollEndpoint/main.go | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename {cmd => thirdparty}/pollEndpoint/main.go (100%)

diff --git a/test/Makefile b/test/Makefile
index 91304ae87..868eac731 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -4,7 +4,7 @@ IPFS_ROOT = ../
 IPFS_CMD = ../cmd/ipfs
 RANDOM_SRC = ../Godeps/_workspace/src/github.com/jbenet/go-random
 MULTIHASH_SRC = ../Godeps/_workspace/src/github.com/jbenet/go-multihash
-POLLENDPOINT_SRC= ../cmd/pollEndpoint
+POLLENDPOINT_SRC= ../thirdparty/pollEndpoint
 
 all: deps
 
diff --git a/cmd/pollEndpoint/main.go b/thirdparty/pollEndpoint/main.go
similarity index 100%
rename from cmd/pollEndpoint/main.go
rename to thirdparty/pollEndpoint/main.go
-- 
GitLab