summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Makefile6
1 files changed, 1 insertions, 5 deletions
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)