From 7ec92c0a43be9e5934b35565a7f46eb83e36f6d1 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 20 Dec 2006 14:40:09 +0000 Subject: make rpm in cpp directory builds qpidc RPMs in default locations. Note: you need to chown or chmod the directories under /usr/src/redhat/RPMS/i386 to be writable for this to work, there is probably a better solution. Building RPMs as root is a Bad Idea. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489103 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/docs/api/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/docs/api') diff --git a/cpp/docs/api/Makefile.am b/cpp/docs/api/Makefile.am index 3f64ce6f46..6845ec0b0d 100644 --- a/cpp/docs/api/Makefile.am +++ b/cpp/docs/api/Makefile.am @@ -3,7 +3,7 @@ html: doxygen.tstamp dist-hook: html -nobase_dist_doc_DATA=$(wildcard html/*) +EXTRA_DIST=html SOURCES = \ $(wildcard $(topsrcdir)/gen/*.h) \ -- cgit v1.2.1