summaryrefslogtreecommitdiff
path: root/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Makefile')
-rw-r--r--python/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/python/Makefile b/python/Makefile
index 2c7f9b8de0..2f2cb784e5 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 tests_0-8 tests_0-9 tests_0-10
+DIRS=qmf qpid mllib models examples tests
SRCS=$(shell find $(DIRS) -name "*.py") qpid_config.py
BUILD=build
TARGETS=$(SRCS:%.py=$(BUILD)/%.py)
@@ -79,18 +79,6 @@ install: build
install -pm 0644 $(BUILD)/tests/*.* $(PYTHON_LIB)/tests
$(PYCC) $(PYTHON_LIB)/tests
- install -d $(PYTHON_LIB)/tests_0-8
- install -pm 0644 $(BUILD)/tests_0-8/*.* $(PYTHON_LIB)/tests_0-8
- $(PYCC) $(PYTHON_LIB)/tests_0-8
-
- install -d $(PYTHON_LIB)/tests_0-9
- install -pm 0644 $(BUILD)/tests_0-9/*.* $(PYTHON_LIB)/tests_0-9
- $(PYCC) $(PYTHON_LIB)/tests_0-9
-
- install -d $(PYTHON_LIB)/tests_0-10
- install -pm 0644 $(BUILD)/tests_0-10/*.* $(PYTHON_LIB)/tests_0-10
- $(PYCC) $(PYTHON_LIB)/tests_0-10
-
install -d $(EXEC_PREFIX)
install -pm 0755 qpid-python-test commands/* $(EXEC_PREFIX)