You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2010/02/05 17:15:28 UTC

svn commit: r906989 - /qpid/trunk/qpid/python/Makefile

Author: rhs
Date: Fri Feb  5 16:15:28 2010
New Revision: 906989

URL: http://svn.apache.org/viewvc?rev=906989&view=rev
Log:
fixed Makefile to match new location of tests

Modified:
    qpid/trunk/qpid/python/Makefile

Modified: qpid/trunk/qpid/python/Makefile
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/python/Makefile?rev=906989&r1=906988&r2=906989&view=diff
==============================================================================
--- qpid/trunk/qpid/python/Makefile (original)
+++ qpid/trunk/qpid/python/Makefile Fri Feb  5 16:15:28 2010
@@ -31,7 +31,7 @@
 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 -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)
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org