diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2010-02-14 14:59:24 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2010-02-14 14:59:24 +0000 |
| commit | 074811c4bf1531f04b11db25f348e6c520bc4799 (patch) | |
| tree | dd46e4aa9bdaca64974bbddc810f3212d935edd5 /python/Makefile | |
| parent | a025819835829ea7658e4886ddb6e5e488f916eb (diff) | |
| download | qpid-python-074811c4bf1531f04b11db25f348e6c520bc4799.tar.gz | |
moved qpid-* tools out of qpid/python into qpid/tools; moved qmf library into extras/qmf
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@910016 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/Makefile')
| -rw-r--r-- | python/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/python/Makefile b/python/Makefile index 59d38bd53f..ebae6a8ea4 100644 --- a/python/Makefile +++ b/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) |
