
9 Apr
2012
9 Apr
'12
4:08 a.m.
commit 228ddf88eed5f954eea64e724d9ff529e0f7b1b9 Author: David Fifield <david@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: :