commit 589ee5df7932d9b921072e8a188e72684da8e10c Author: David Fifield david@bamsoftware.com Date: Wed Sep 19 16:19:36 2012 -0700
Add flashproxy-reg-email to install and dist. --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile index f79918f..a83a77e 100644 --- a/Makefile +++ b/Makefile @@ -3,14 +3,14 @@ BINDIR = $(PREFIX)/bin
VERSION = 0.4
-CLIENT_DIST_FILES = flashproxy-client flashproxy-reg-http README LICENSE torrc +CLIENT_DIST_FILES = flashproxy-client flashproxy-reg-email flashproxy-reg-http README LICENSE torrc
all: :
install: mkdir -p $(BINDIR) - cp -f flashproxy-client flashproxy-reg-http $(BINDIR) + cp -f flashproxy-client flashproxy-reg-email flashproxy-reg-http $(BINDIR)
clean: rm -f *.pyc