From 806cd339fb72e2eb03023655f0f7a29f4279a837 Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Fri, 5 Mar 2010 17:49:10 +0000 Subject: QPID-2434: add timestamp files to CLEANFILES list git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@919518 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/testagent/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/src/tests/testagent/Makefile.am b/cpp/src/tests/testagent/Makefile.am index 7ff7cb0bd7..5ca1a383e8 100644 --- a/cpp/src/tests/testagent/Makefile.am +++ b/cpp/src/tests/testagent/Makefile.am @@ -39,7 +39,7 @@ gen.timestamp: schema.xml $(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 -- cgit v1.2.1