summaryrefslogtreecommitdiff
path: root/cpp/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-10-04 15:32:45 +0000
committerAlan Conway <aconway@apache.org>2007-10-04 15:32:45 +0000
commitc848c1a4e6be50176f10170c6422c5e4d5385770 (patch)
treed8070dbbc3ac1c0744e466a5da545e4628aa9d2b /cpp/Makefile.am
parent0442198591e75c1ee00a5445d832c95c6acc45b3 (diff)
downloadqpid-python-c848c1a4e6be50176f10170c6422c5e4d5385770.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/qpid@581951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile.am')
-rw-r--r--cpp/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am
index cd2f3a8dc8..42fc47ba5f 100644
--- a/cpp/Makefile.am
+++ b/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.