[tor-commits] [flashproxy/js] Include flashproxy-reg-http.py in "make install".

dcf at torproject.org dcf at torproject.org
Mon Apr 9 03:35:18 UTC 2012


commit 228ddf88eed5f954eea64e724d9ff529e0f7b1b9
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Apr 8 20:34:59 2012 -0700

    Include flashproxy-reg-http.py in "make install".
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 94c5d1f..724325e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all:
 
 install:
 	mkdir -p $(BINDIR)
-	cp -f connector.py facilitator.py $(BINDIR)
+	cp -f connector.py facilitator.py flashproxy-reg-http.py $(BINDIR)
 
 clean:
 	:



More information about the tor-commits mailing list