summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/etc/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/etc/Makefile.am b/cpp/etc/Makefile.am
index 22e9d2778c..b6e21002f4 100644
--- a/cpp/etc/Makefile.am
+++ b/cpp/etc/Makefile.am
@@ -33,7 +33,6 @@ nobase_sysconf_DATA = \
if HAVE_SASL
nobase_sysconf_DATA += \
$(SASL_CONF)
-
endif
# Substitute values for directories in init scripts.
@@ -46,10 +45,11 @@ qpidd: qpidd.in
sed $(SUBST) $< > $@
qpidd-primary: qpidd-primary.in
sed $(SUBST) $< > $@
-cluster.conf-example.xml: cluster.conf-example.in
+cluster.conf-example.xml: cluster.conf-example.xml.in
sed $(SUBST) $< > $@
-CLEANFILES = qpidd qpidd-primary cluster.conf-example
+CLEANFILES = qpidd qpidd-primary cluster.conf-example.xml
initddir = $(sysconfdir)/init.d
nobase_initd_SCRIPTS = qpidd qpidd-primary
+nobase_doc_DATA = cluster.conf-example.xml