From 3f8927bc5579d70b2cb55658874dcbf67be8c48e Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 23 Sep 2009 20:41:29 +0000 Subject: Fix to allow python testing stuff to build outside source tree git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@818246 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cpp') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index a95051fe95..967daadb97 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -350,9 +350,7 @@ EXTRA_DIST+=fanout_perftest shared_perftest multiq_perftest topic_perftest run_f 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) -- cgit v1.2.1