commit 20f26ca259c8c82a4f86b2da0da6e7b62b1d5a6e
Author: David Fifield <[email protected]>
Date:   Thu Dec 12 22:37:28 2013 -0800

    websocket-client doesn't depend on local websocket library.
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 28a94ad..0c2cafc 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ all: websocket-server/websocket-server
 websocket-server/websocket-server: websocket-server/*.go websocket/*.go
        cd websocket-server && go build $(GOBUILDFLAGS)
 
-websocket-client/websocket-client: websocket-client/*.go websocket/*.go
+websocket-client/websocket-client: websocket-client/*.go
        cd websocket-client && go build $(GOBUILDFLAGS)
 
 install: websocket-server/websocket-server

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to