summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2012-11-28 17:07:45 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2012-11-28 17:07:45 +0000
commit64598c6bce24fd4033b970d2ede6e4a08417b126 (patch)
treee1d47cc77c91d6616d3880ab7c032e3eb4be704d /cpp
parentc95fbdefcc16b95ec43b6dd8d10a72e3ae874124 (diff)
downloadqpid-python-64598c6bce24fd4033b970d2ede6e4a08417b126.tar.gz
QPID-4388: Fixed accidental deletion of qpidd.service file by autotools.
When moving the file from being processed to just included, the delete code was missed. Removed the file from the list of cleaned targets. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1414818 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/etc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/etc/Makefile.am b/cpp/etc/Makefile.am
index cee4e2d52d..80c5fc51eb 100644
--- a/cpp/etc/Makefile.am
+++ b/cpp/etc/Makefile.am
@@ -48,7 +48,7 @@ qpidd-primary: qpidd-primary.in
cluster.conf-example.xml: cluster.conf-example.xml.in
sed $(SUBST) $< > $@
-CLEANFILES = qpidd qpidd-primary cluster.conf-example.xml qpidd.service
+CLEANFILES = qpidd qpidd-primary cluster.conf-example.xml
initddir = $(sysconfdir)/init.d
nobase_initd_SCRIPTS = qpidd qpidd-primary