Backed out changeset 2d57f5901aa2 (bug 576026). a=bustage

This commit is contained in:
Justin Lebar 2010-08-24 15:41:14 -07:00
parent 82c094d68f
commit f4edc13523
2 changed files with 6 additions and 0 deletions

View File

@ -116,6 +116,12 @@ libs:: $(_MOD_PYWEBSOCKET_FILES)
libs:: $(_HANDSHAKE_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(_DEST_DIR)/pywebsocket/mod_pywebsocket/handshake
runtests.py: runtests.py.in
$(PYTHON) $(topsrcdir)/config/Preprocessor.py \
$(DEFINES) $(ACDEFINES) $^ > $@
GARBAGE += runtests.py
libs:: $(_SERV_FILES)
$(INSTALL) $^ $(_DEST_DIR)