summaryrefslogtreecommitdiff
path: root/cpp/docs/api/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-12-23 17:20:37 +0000
committerAlan Conway <aconway@apache.org>2006-12-23 17:20:37 +0000
commit6536407690660e10529c826ab3aa21baaa121ea1 (patch)
treeaacbd4397be2fc04e394d77f83732bd77e5f4b99 /cpp/docs/api/Makefile.am
parenta958033ea68c9154da02d4378c4031f9dc02897e (diff)
downloadqpid-python-6536407690660e10529c826ab3aa21baaa121ea1.tar.gz
- rpm: make rpm now builds RPMs under rpm/ directory.
- src/qpidd.cpp: added --daemon option to run as daemon. - etc/qpidd: fixed bugs in init.rc script. - qpidc.spec: fixed rpmlint warnings, added apache URL git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489905 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs/api/Makefile.am')
-rw-r--r--cpp/docs/api/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/docs/api/Makefile.am b/cpp/docs/api/Makefile.am
index 6845ec0b0d..ed7a00b20c 100644
--- a/cpp/docs/api/Makefile.am
+++ b/cpp/docs/api/Makefile.am
@@ -6,11 +6,11 @@ dist-hook: html
EXTRA_DIST=html
SOURCES = \
- $(wildcard $(topsrcdir)/gen/*.h) \
- $(wildcard $(topsrcdir)/lib/common/*.h) \
- $(wildcard $(topsrcdir)/lib/common/sys/*.h) \
- $(wildcard $(topsrcdir)/lib/common/framing/*.h) \
- $(wildcard $(topsrcdir)/lib/client/*.h)
+ $(wildcard $(top_srcdir)/gen/*.h) \
+ $(wildcard $(top_srcdir)/lib/common/*.h) \
+ $(wildcard $(top_srcdir)/lib/common/sys/*.h) \
+ $(wildcard $(top_srcdir)/lib/common/framing/*.h) \
+ $(wildcard $(top_srcdir)/lib/client/*.h)
doxygen.tstamp: user.doxygen $(SOURCES)
doxygen user.doxygen