From 928e44ee27cdd68c5d1f04094c4902d2e8ade72e Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Fri, 5 Feb 2010 16:15:28 +0000 Subject: fixed Makefile to match new location of tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@906989 13f79535-47bb-0310-9956-ffa450edef68 --- python/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'python/Makefile') diff --git a/python/Makefile b/python/Makefile index 2f2cb784e5..59d38bd53f 100644 --- a/python/Makefile +++ b/python/Makefile @@ -31,7 +31,7 @@ else AMQP_SPEC_DIR=$(PWD)/$(DATA_DIR)/amqp endif -DIRS=qmf qpid mllib models examples tests +DIRS=qmf qpid mllib examples SRCS=$(shell find $(DIRS) -name "*.py") qpid_config.py BUILD=build TARGETS=$(SRCS:%.py=$(BUILD)/%.py) @@ -75,10 +75,6 @@ install: build install -pm 0644 LICENSE.txt NOTICE.txt qmf/*.* $(PYTHON_LIB)/qmf $(PYCC) $(PYTHON_LIB)/qmf - install -d $(PYTHON_LIB)/tests - install -pm 0644 $(BUILD)/tests/*.* $(PYTHON_LIB)/tests - $(PYCC) $(PYTHON_LIB)/tests - install -d $(EXEC_PREFIX) install -pm 0755 qpid-python-test commands/* $(EXEC_PREFIX) -- cgit v1.2.1