summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-05-16 13:48:06 +0000
committerAlan Conway <aconway@apache.org>2008-05-16 13:48:06 +0000
commit250cb741a6ddff89fc77f0e8761113d606fb5bf7 (patch)
treea4ae9203f65db263a26f31bf4c43d0f2d6910a6d /cpp
parente3ab052e70300f19d08ca3d55b2c1f8c9c19d3c8 (diff)
downloadqpid-python-250cb741a6ddff89fc77f0e8761113d606fb5bf7.tar.gz
Make rpmbuild python tests work under old versions of automake.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@657064 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am
index 7d128e557b..086adb76e9 100644
--- a/cpp/Makefile.am
+++ b/cpp/Makefile.am
@@ -30,11 +30,9 @@ clean-local:
rpmbuild: $(SPEC) dist-gzip
mkdir -p $(RPMDIRS)
- QPID_PYTHON_DIR=$(abs_top_srcdir)/../python rpmbuild $(RPMMACROS) $(RPMOPTS) $(SPEC)
+ QPID_PYTHON_DIR=@abs_top_srcdir@/../python rpmbuild $(RPMMACROS) $(RPMOPTS) $(SPEC)
if HAS_RPMLINT
rpmlint `find rpm -name '*.rpm'`
else
@echo "WARNING: rpmlint not found, could not validate RPMs."
endif
-
-