summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorKen Giusti <kgiusti@apache.org>2010-03-05 17:49:10 +0000
committerKen Giusti <kgiusti@apache.org>2010-03-05 17:49:10 +0000
commit804842d5ea63455a4bc86960005f62393ee22cfe (patch)
tree5ef320ac08f2cc6300b051878f19fbcb8f6f775c /cpp/src/tests
parent94442dd8f676ac1ab7508e76620a76e891f4711e (diff)
downloadqpid-python-804842d5ea63455a4bc86960005f62393ee22cfe.tar.gz
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
Diffstat (limited to 'cpp/src/tests')
-rw-r--r--cpp/src/tests/testagent/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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