From b26a5422ebc0c380deaab55d5309c3e864db1ec1 Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Wed, 28 Nov 2012 17:07:45 +0000 Subject: 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 --- cpp/etc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') 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 -- cgit v1.2.1