You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2010/03/05 18:49:10 UTC

svn commit: r919518 - /qpid/trunk/qpid/cpp/src/tests/testagent/Makefile.am

Author: kgiusti
Date: Fri Mar  5 17:49:10 2010
New Revision: 919518

URL: http://svn.apache.org/viewvc?rev=919518&view=rev
Log:
QPID-2434: add timestamp files to CLEANFILES list

Modified:
    qpid/trunk/qpid/cpp/src/tests/testagent/Makefile.am

Modified: qpid/trunk/qpid/cpp/src/tests/testagent/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/testagent/Makefile.am?rev=919518&r1=919517&r2=919518&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/testagent/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/src/tests/testagent/Makefile.am Fri Mar  5 17:49:10 2010
@@ -39,7 +39,7 @@
 	$(QMF_GEN) -o gen/qmf $(srcdir)/schema.xml
 	touch gen.timestamp
 
-CLEANFILES=$(GEN_SRC)
+CLEANFILES=$(GEN_SRC) gen.timestamp
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_builddir)/src -Igen
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org