summaryrefslogtreecommitdiff
path: root/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
commit640417f6dfa3e9bb873a199566409e45ece739ef (patch)
treea8f74fecd09a99197ccaa152dac00a6047b51d62 /cpp/Makefile.am
parent9f7850a4dd9dfdabc293a5961f0bbc862813a6d0 (diff)
downloadqpid-python-640417f6dfa3e9bb873a199566409e45ece739ef.tar.gz
Python tests running in rpmbuild.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656443 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile.am')
-rw-r--r--cpp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am
index a97020c701..7d128e557b 100644
--- a/cpp/Makefile.am
+++ b/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