diff options
| author | Alan Conway <aconway@apache.org> | 2006-12-23 17:20:37 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2006-12-23 17:20:37 +0000 |
| commit | 1a5f3f72cc85d88e23d47d4b7ccb52c281205942 (patch) | |
| tree | 6956f3a3136b4676b45358706823ad3fe64ed060 /qpid/cpp/docs/api/Makefile.am | |
| parent | 42e76f82d4a28a521433a2542dae32436b98aef7 (diff) | |
| download | qpid-python-1a5f3f72cc85d88e23d47d4b7ccb52c281205942.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@489905 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/api/Makefile.am')
| -rw-r--r-- | qpid/cpp/docs/api/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qpid/cpp/docs/api/Makefile.am b/qpid/cpp/docs/api/Makefile.am index 6845ec0b0d..ed7a00b20c 100644 --- a/qpid/cpp/docs/api/Makefile.am +++ b/qpid/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 |
