summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-02-05 16:15:28 +0000
committerRafael H. Schloming <rhs@apache.org>2010-02-05 16:15:28 +0000
commit928e44ee27cdd68c5d1f04094c4902d2e8ade72e (patch)
treebab1ea04826c3c14ec98a845089da0d8c94e9bf0 /python
parentc6fd855eaadefa36a9f2110f753ade5a116aaade (diff)
downloadqpid-python-928e44ee27cdd68c5d1f04094c4902d2e8ade72e.tar.gz
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
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)