diff options
| author | Alan Conway <aconway@apache.org> | 2007-10-04 15:32:45 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-10-04 15:32:45 +0000 |
| commit | f6afed79c8618f02431bdd9d3ca25e75deef184e (patch) | |
| tree | 4eb872f1ee7bad57cf1a8cdfd127ffbfd86fcf0b /qpid/cpp/Makefile.am | |
| parent | 8ca58fe792954288bd89b8a6a0ed41e5396ae74b (diff) | |
| download | qpid-python-f6afed79c8618f02431bdd9d3ca25e75deef184e.tar.gz | |
* docs/man/qpidd.x: Explain configuration options.
* etc/qpidd.conf: Placeholder configuration file.
* qpidc.spec.in: Install qpidd.conf
* Makefile.am: Install qpidd.conf
* src/qpid/Options.cpp, h, src/qpidd.cpp: Option formatting fixes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile.am')
| -rw-r--r-- | qpid/cpp/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/Makefile.am b/qpid/cpp/Makefile.am index cd2f3a8dc8..42fc47ba5f 100644 --- a/qpid/cpp/Makefile.am +++ b/qpid/cpp/Makefile.am @@ -5,11 +5,13 @@ SPEC=$(PACKAGE).spec EXTRA_DIST = \ LICENSE NOTICE README RELEASE_NOTES\ - etc/qpidd \ + etc/qpidd etc/qpidd.conf \ $(SPEC) $(SPEC).in \ rpm/README.qpidd-devel \ xml/cluster.xml +sysconf_DATA = etc/qpidd.conf + SUBDIRS = src docs/api docs/man examples # Update libtool, if needed. |
