summaryrefslogtreecommitdiff
path: root/qpid/cpp/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-04-10 22:36:12 +0000
committerAlan Conway <aconway@apache.org>2007-04-10 22:36:12 +0000
commit8dc84a11caf5cc50768f996864139b29af7626c8 (patch)
treec96280bde11d54678bb6adf11e7dc3ff7ee31a0a /qpid/cpp/Makefile.am
parentfaf86c6e5f484feef6102533b177202282b7f091 (diff)
downloadqpid-python-8dc84a11caf5cc50768f996864139b29af7626c8.tar.gz
* docs/api/*: Fixed API doc generation to work with VPATH builds.
* src/Makefile.am: - Added missing .h files in distribution. * src & tests Makefile.am: - Made generated .mk fragments maintaner-clean, not distclean, otherwise distclean followed by a VPATH build fails. * cpp/src/tests/quick_topictest: cat error log on failure. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@527325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile.am')
-rw-r--r--qpid/cpp/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/Makefile.am b/qpid/cpp/Makefile.am
index 2ae53a7181..1d6c142109 100644
--- a/qpid/cpp/Makefile.am
+++ b/qpid/cpp/Makefile.am
@@ -16,11 +16,11 @@ libtool: $(LIBTOOL_DEPS)
# This cannot be done by AC_CONFIG_FILES, because automake's
# make distcheck target does not like auto-generated files
# being included in the distributed archive.
-qpidc.spec: %: %.in
+$(PACKAGE).spec: %: %.in
sed 's/@''PACKAGE@/@PACKAGE@/;s/@''VERSION@/@VERSION@/' $< > $@-tmp
mv $@-tmp $@
MAINTAINERCLEANFILES = $(PACKAGE).spec
.PHONY: rpm srpm
-rpm srpm:
+rpm srpm: dist
cd rpm && $(MAKE) $(MAKEFLAGS_AM) $@