You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2012/11/28 18:07:47 UTC

svn commit: r1414818 - /qpid/trunk/qpid/cpp/etc/Makefile.am

Author: mcpierce
Date: Wed Nov 28 17:07:45 2012
New Revision: 1414818

URL: http://svn.apache.org/viewvc?rev=1414818&view=rev
Log:
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.

Modified:
    qpid/trunk/qpid/cpp/etc/Makefile.am

Modified: qpid/trunk/qpid/cpp/etc/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/etc/Makefile.am?rev=1414818&r1=1414817&r2=1414818&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/etc/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/etc/Makefile.am Wed Nov 28 17:07:45 2012
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org