Author: astitcher
Date: Wed Sep 23 20:41:29 2009
New Revision: 818246

URL: http://svn.apache.org/viewvc?rev=818246&view=rev
Log:
Fix to allow python testing stuff to build outside source tree

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=818246&r1=818245&r2=818246&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/src/tests/Makefile.am Wed Sep 23 20:41:29 2009
@@ -350,9 +350,7 @@
 check-long:
        $(MAKE) check TESTS="$(LONG_TESTS)" VALGRIND=
 
-all: python_prep
+check: python_prep
 
 python_prep :
-       ( cd ../../../python ; make install EXEC_PREFIX=temp PYTHON_LIB=temp 
AMQP_SPEC_DIR=$${PWD}/../specs )
-
-
+       $(MAKE) -C $(abspath $(srcdir)/../../../python) install 
PREFIX=$(abs_builddir)/../../temp-install 
PYTHON_LIB=$(abs_builddir)/../../temp-install AMQP_SPEC_DIR=$(abspath 
$(srcdir)/../../../specs)



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

Reply via email to