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/15 04:32:15 UTC

svn commit: r910159 - /qpid/trunk/qpid/cpp/src/tests/Makefile.am

Author: rhs
Date: Mon Feb 15 03:32:14 2010
New Revision: 910159

URL: http://svn.apache.org/viewvc?rev=910159&view=rev
Log:
use python/setup.py instead of python/Makefile

Modified:
    qpid/trunk/qpid/cpp/src/tests/Makefile.am

Modified: qpid/trunk/qpid/cpp/src/tests/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/Makefile.am?rev=910159&r1=910158&r2=910159&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/src/tests/Makefile.am Mon Feb 15 03:32:14 2010
@@ -377,6 +377,9 @@
 
 python_prep:
 	if test -d $(PYTHON_SRC_DIR) -a -d $(AMQP_SPEC_DIR); \
-	then $(MAKE) -C $(PYTHON_SRC_DIR) install PREFIX=$(PYTHON_BLD_DIR) PYTHON_LIB=$(PYTHON_BLD_DIR) EXEC_PREFIX=$(PYTHON_BLD_DIR)/commands AMQP_SPEC_DIR=$(AMQP_SPEC_DIR); \
+	then cd $(PYTHON_SRC_DIR) && python $(PYTHON_SRC_DIR)/setup.py install \
+		--prefix=$(PYTHON_BLD_DIR) --install-lib=$(PYTHON_BLD_DIR) \
+		--install-scripts=$(PYTHON_BLD_DIR)/commands \
+		--amqp-spec-dir=$(AMQP_SPEC_DIR); \
 	else echo "WARNING: python client not built, missing one of $(PYTHON_SRC_DIR) $(AMQP_SPEC_DIR)"; fi
 



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