summaryrefslogtreecommitdiff
path: root/qpid/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/python/Makefile')
-rw-r--r--qpid/python/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/qpid/python/Makefile b/qpid/python/Makefile
index 59d38bd53f..ebae6a8ea4 100644
--- a/qpid/python/Makefile
+++ b/qpid/python/Makefile
@@ -31,7 +31,7 @@ else
AMQP_SPEC_DIR=$(PWD)/$(DATA_DIR)/amqp
endif
-DIRS=qmf qpid mllib examples
+DIRS=qpid mllib examples
SRCS=$(shell find $(DIRS) -name "*.py") qpid_config.py
BUILD=build
TARGETS=$(SRCS:%.py=$(BUILD)/%.py)
@@ -71,12 +71,8 @@ install: build
install -pm 0644 $(BUILD)/qpid/tests/*.* $(PYTHON_LIB)/qpid/tests
$(PYCC) $(PYTHON_LIB)/qpid
- install -d $(PYTHON_LIB)/qmf
- install -pm 0644 LICENSE.txt NOTICE.txt qmf/*.* $(PYTHON_LIB)/qmf
- $(PYCC) $(PYTHON_LIB)/qmf
-
install -d $(EXEC_PREFIX)
- install -pm 0755 qpid-python-test commands/* $(EXEC_PREFIX)
+ install -pm 0755 qpid-python-test $(EXEC_PREFIX)
clean:
rm -rf $(BUILD)