commit 1cdc014e24cdbbe32bae144ccc0e990262e0fbe5 Author: David Fifield david@bamsoftware.com Date: Wed Sep 25 15:37:40 2013 -0700
Include Makefile for CLIENT_DIST_FILES.
Ximin in #6810 made me realize that the client packages should include Makefile, so "make install" works.
I may not keep making client packages because I suspect they are hardly used and they are subsumed by the pluggable transports bundle and upcoming Debian packages. But here this is for posterity. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 7aa71fc..86176d5 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ export PY2EXE_TMPDIR = py2exe-tmp
CLIENT_BIN = flashproxy-client flashproxy-reg-appspot flashproxy-reg-email flashproxy-reg-http flashproxy-reg-url CLIENT_MAN = doc/flashproxy-client.1 doc/flashproxy-reg-appspot.1 doc/flashproxy-reg-email.1 doc/flashproxy-reg-http.1 doc/flashproxy-reg-url.1 -CLIENT_DIST_FILES = $(CLIENT_BIN) README LICENSE ChangeLog torrc +CLIENT_DIST_FILES = $(CLIENT_BIN) Makefile README LICENSE ChangeLog torrc CLIENT_DIST_DOC_FILES = $(CLIENT_MAN)
all: $(CLIENT_DIST_FILES) $(CLIENT_MAN)
tor-commits@lists.torproject.org