summaryrefslogtreecommitdiff
path: root/qpid/cpp/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-05-14 21:51:28 +0000
committerAlan Conway <aconway@apache.org>2008-05-14 21:51:28 +0000
commit956ff8fed883d7cc4a2d1e945b1fe82a4de788ad (patch)
tree1e92735092ba69d002dd82150f92be0cc6d448cc /qpid/cpp/Makefile.am
parentcc156604be043fea4a195198e8a9f6dcb7233a6f (diff)
downloadqpid-python-956ff8fed883d7cc4a2d1e945b1fe82a4de788ad.tar.gz
Python tests running in rpmbuild.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@656443 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile.am')
-rw-r--r--qpid/cpp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/Makefile.am b/qpid/cpp/Makefile.am
index a97020c701..7d128e557b 100644
--- a/qpid/cpp/Makefile.am
+++ b/qpid/cpp/Makefile.am
@@ -30,7 +30,7 @@ clean-local:
rpmbuild: $(SPEC) dist-gzip
mkdir -p $(RPMDIRS)
- rpmbuild $(RPMMACROS) $(RPMOPTS) $(SPEC)
+ QPID_PYTHON_DIR=$(abs_top_srcdir)/../python rpmbuild $(RPMMACROS) $(RPMOPTS) $(SPEC)
if HAS_RPMLINT
rpmlint `find rpm -name '*.rpm'`
else